ThemedDialogStyleLoader Class

Visual Studio 2015
 

Contains an attached property for merging a resource dictionary containing default (keyless) styles for themed dialogs.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.ThemedDialogStyleLoader

public static class ThemedDialogStyleLoader

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticUseDefaultThemedDialogStyles

Determines whether to merge a resource dictionary containing default (keyless) styles for themed dialogs.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetUseDefaultThemedDialogStyles(FrameworkElement)

Determines whether to merge a resource dictionary containing default (keyless) styles for themed dialogs.

System_CAPS_pubmethodSystem_CAPS_staticSetUseDefaultThemedDialogStyles(FrameworkElement, Boolean)

Determines whether to merge a resource dictionary containing default (keyless) styles for themed dialogs.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticUseDefaultThemedDialogStylesProperty

If set to true, merges a resource dictionary containing default (keyless) styles for themed dialogs.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: