C# Class Gu.Wpf.PropertyGrid.Row.RowAutomationPeer

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Mostrar archivo Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Methods

Method Description
RowAutomationPeer ( Row owner ) : System.Windows.Automation.Peers

Protected Methods

Method Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string
GetNameCore ( ) : string

Method Details

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetNameCore() protected method

protected GetNameCore ( ) : string
return string

RowAutomationPeer() public method

public RowAutomationPeer ( Row owner ) : System.Windows.Automation.Peers
owner Row
return System.Windows.Automation.Peers