C# Class Gu.Wpf.Adorners.Overlay

Show file Open project: JohanLarsson/Gu.Wpf.Adorners

Public Properties

Property Type Description
ContentPresenterStyleProperty System.Windows.DependencyProperty
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTemplateSelectorProperty System.Windows.DependencyProperty
IsShowingProperty System.Windows.DependencyProperty
IsVisibleProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsVisible ( DependencyObject element ) : bool?
SetContent ( DependencyObject element, object value ) : void
SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
SetContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
SetIsVisible ( DependencyObject element, bool value ) : void

Private Methods

Method Description
GetAdorner ( this element ) : ContentAdorner
GetContent ( DependencyObject element ) : object
GetContentPresenterStyle ( DependencyObject element ) : System.Windows.Style
GetContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
GetContentTemplateSelector ( DependencyObject element ) : System.Windows.Controls.DataTemplateSelector
GetIsShowing ( this element ) : bool
OnAdornerChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentPresenterStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsShowingChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnSizeChanged ( object sender, RoutedEventArgs e ) : void
OnUnLoaded ( object sender, RoutedEventArgs e ) : void
Overlay ( ) : System.Windows
SetAdorner ( this element, ContentAdorner value ) : void
SetIfNotNull ( DependencyObject source, DependencyProperty sourceProperty, ContentAdorner adorner, DependencyProperty adornerProperty ) : void
SetIsShowing ( this element, bool value ) : void
UpdateIsShowing ( DependencyObject element ) : void

Method Details

GetIsVisible() public static method

public static GetIsVisible ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
return bool?

SetContent() public static method

public static SetContent ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
return void

SetContentPresenterStyle() public static method

public static SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
element System.Windows.DependencyObject
value System.Windows.Style
return void

SetContentTemplate() public static method

public static SetContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
element System.Windows.DependencyObject
value System.Windows.DataTemplate
return void

SetContentTemplateSelector() public static method

public static SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
element System.Windows.DependencyObject
value System.Windows.Controls.DataTemplateSelector
return void

SetIsVisible() public static method

public static SetIsVisible ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
return void

Property Details

ContentPresenterStyleProperty public static property

public static DependencyProperty,System.Windows ContentPresenterStyleProperty
return System.Windows.DependencyProperty

ContentProperty public static property

public static DependencyProperty,System.Windows ContentProperty
return System.Windows.DependencyProperty

ContentTemplateProperty public static property

public static DependencyProperty,System.Windows ContentTemplateProperty
return System.Windows.DependencyProperty

ContentTemplateSelectorProperty public static property

public static DependencyProperty,System.Windows ContentTemplateSelectorProperty
return System.Windows.DependencyProperty

IsShowingProperty public static property

public static DependencyProperty,System.Windows IsShowingProperty
return System.Windows.DependencyProperty

IsVisibleProperty public static property

public static DependencyProperty,System.Windows IsVisibleProperty
return System.Windows.DependencyProperty