Skip to main content
A newer version of this page is available.
All docs
V21.1

ThemeManager.PreloadThemeResourceAsyncOld(String, CancellationToken, Boolean) Method

For internal use.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v21.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public static Task PreloadThemeResourceAsyncOld(
    string themeName,
    CancellationToken token = default(CancellationToken),
    bool runTypeInitializers = false
)

Parameters

Name Type
themeName String

Optional Parameters

Name Type Default
token CancellationToken *null*
runTypeInitializers Boolean False

Returns

Type
Task
See Also