Dreamine.UI.Wpf.Controls 1.0.1
Dreamine.UI.Wpf.Controls 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.UI.Wpf.Controls.DreamineDataGrid 클래스 참조

더 자세히 ...

Dreamine.UI.Wpf.Controls.DreamineDataGrid에 대한 상속 다이어그램 :
Dreamine.UI.Wpf.Controls.DreamineDataGrid에 대한 협력 다이어그램:

정적 Private 멤버 함수

static DreamineDataGrid ()

상세한 설명

기본 스타일 리소스를 자동 병합하는 Dreamine 전용 DataGrid입니다.

DreamineDataGrid.cs 파일의 14 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ DreamineDataGrid()

Dreamine.UI.Wpf.Controls.DreamineDataGrid.DreamineDataGrid ( )
inlinestaticprivate

기본 스타일 키를 재정의하고 테마 리소스 사전이 아직 없으면 애플리케이션에 병합합니다.

리소스 사전 로드 실패는 CLR에 의해 형식 초기화 예외로 전달될 수 있습니다.

DreamineDataGrid.cs 파일의 32 번째 라인에서 정의되었습니다.

33 {
34 DefaultStyleKeyProperty.OverrideMetadata(typeof(DreamineDataGrid),
35 new FrameworkPropertyMetadata(typeof(DreamineDataGrid)));
36
37 var uri = new Uri("/Dreamine.UI.Wpf.Themes;component/DreamineDataGridStyle.xaml", UriKind.RelativeOrAbsolute);
38
39 if (Application.Current != null)
40 {
41 bool alreadyAdded = Application.Current.Resources.MergedDictionaries
42 .OfType<ResourceDictionary>()
43 .Any(x => x.Source != null && x.Source.Equals(uri));
44
45 if (!alreadyAdded)
46 {
47 var dict = new ResourceDictionary { Source = uri };
48 Application.Current.Resources.MergedDictionaries.Add(dict);
49 }
50 }
51 }

다음을 참조함 : DreamineDataGrid().

다음에 의해서 참조됨 : DreamineDataGrid().

이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: