C# Class Microsoft.Alm.Gui.PasswordBoxHintAdorner

Inheritance: System.Windows.Documents.Adorner
Datei anzeigen Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Public Methods

Method Description
PasswordBoxHintAdorner ( UIElement adornedElement, string hintText, System.Windows.Style hintStyle, VisibilityDelegate visibilityCallback ) : System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
Invalidate ( ) : void
Invalidate ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Invalidate ( object sender, EventArgs e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

PasswordBoxHintAdorner() public method

public PasswordBoxHintAdorner ( UIElement adornedElement, string hintText, System.Windows.Style hintStyle, VisibilityDelegate visibilityCallback ) : System
adornedElement UIElement
hintText string
hintStyle System.Windows.Style
visibilityCallback VisibilityDelegate
return System