C# Класс Catel.ThemeHelper

Theme helper to ensure themes are loaded upon usage.
Показать файл Открыть проект

Открытые методы

Метод Описание
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