C# Class GoogleCloudExtension.Theming.CommonDialogWindowBaseContent

This class implements all of the common visuals for all dialogs.
Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Свойство Type Description
ButtonsProperty System.Windows.DependencyProperty
HasBannerProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils

Private Methods

Méthode Description
Initialize ( ) : void

Due to a limitation on the Xaml parser with respect to names in the content of a ContentControl we need to load the visuals (the styles) programmatically. If we were to use the normal pattern we will get the "Can't apply Name to an element" error.

Method Details

CommonDialogWindowBaseContent() public méthode

public CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils
Résultat GoogleCloudExtension.Utils

Property Details

ButtonsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ButtonsProperty
Résultat System.Windows.DependencyProperty

HasBannerProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasBannerProperty
Résultat System.Windows.DependencyProperty