C# 클래스 Microsoft.Alm.Gui.PasswordBoxHintAdorner

상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 메소드들

메소드 설명
PasswordBoxHintAdorner ( UIElement adornedElement, string hintText, System.Windows.Style hintStyle, VisibilityDelegate visibilityCallback ) : System

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

비공개 메소드들

메소드 설명
Invalidate ( ) : void
Invalidate ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Invalidate ( object sender, EventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

OnRender() 보호된 메소드

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

PasswordBoxHintAdorner() 공개 메소드

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