C# Class Gu.Wpf.ValidationScope.Demo.AutomationIDs

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

Public Properties

Property Type Description
ComplicatedScopeTab string
DataGrid string
DataGridScopeTab string
DynamicScopeTab string
MainWindow string
NotifyDataErrorInfoTab string
OneLevelScopeTab string
OneWayToSourceBindingTab string
ParentChildScopesTab string
ScopeIsErrorScopeTab string
ScopeWithControlTemplatesTab string
ScopeWithDataTemplatesTab string
TextBoxIdProperty System.Windows.DependencyProperty
TwoLevelScopeTab string

Public Methods

Method Description
SetTextBoxId ( this element, string value ) : void

Private Methods

Method Description
Create ( [ name = null ) : string
GetTextBoxId ( this element ) : string
OnTextBoxIdChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

SetTextBoxId() public static method

public static SetTextBoxId ( this element, string value ) : void
element this
value string
return void

Property Details

ComplicatedScopeTab public static property

public static string ComplicatedScopeTab
return string

DataGrid public static property

public static string DataGrid
return string

DataGridScopeTab public static property

public static string DataGridScopeTab
return string

DynamicScopeTab public static property

public static string DynamicScopeTab
return string

MainWindow public static property

public static string MainWindow
return string

NotifyDataErrorInfoTab public static property

public static string NotifyDataErrorInfoTab
return string

OneLevelScopeTab public static property

public static string OneLevelScopeTab
return string

OneWayToSourceBindingTab public static property

public static string OneWayToSourceBindingTab
return string

ParentChildScopesTab public static property

public static string ParentChildScopesTab
return string

ScopeIsErrorScopeTab public static property

public static string ScopeIsErrorScopeTab
return string

ScopeWithControlTemplatesTab public static property

public static string ScopeWithControlTemplatesTab
return string

ScopeWithDataTemplatesTab public static property

public static string ScopeWithDataTemplatesTab
return string

TextBoxIdProperty public static property

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

TwoLevelScopeTab public static property

public static string TwoLevelScopeTab
return string