C# 클래스 Catel.ThemeHelper

Theme helper to ensure themes are loaded upon usage.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
EnsureCatelMvvmThemeIsLoaded ( ) : void

Ensures that the Catel.MVVM theme is loaded.

EnsureThemeIsLoaded ( Uri resourceUri ) : void

Ensures that the specified theme is loaded.

EnsureThemeIsLoaded ( Uri resourceUri, Func predicate ) : void

Ensures that the specified theme is loaded.

비공개 메소드들

메소드 설명
ContainsDictionary ( System.Windows.ResourceDictionary resourceDictionary, Uri resourceUri ) : bool

메소드 상세

EnsureCatelMvvmThemeIsLoaded() 공개 정적인 메소드

Ensures that the Catel.MVVM theme is loaded.
public static EnsureCatelMvvmThemeIsLoaded ( ) : void
리턴 void

EnsureThemeIsLoaded() 공개 정적인 메소드

Ensures that the specified theme is loaded.
public static EnsureThemeIsLoaded ( Uri resourceUri ) : void
resourceUri System.Uri The resource URI.
리턴 void

EnsureThemeIsLoaded() 공개 정적인 메소드

Ensures that the specified theme is loaded.
public static EnsureThemeIsLoaded ( Uri resourceUri, Func predicate ) : void
resourceUri System.Uri The resource URI.
predicate Func The predicate.
리턴 void