6 references to GetName
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
107return AutomationProperties.GetName(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
155return (AutomationProperties.GetName(_owner));
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
175return (AutomationProperties.GetName(_owner));
PresentationFramework (2)
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
70string result = AutomationProperties.GetName(this.Owner);
System\Windows\Documents\FixedSOMImage.cs (1)
36_name = AutomationProperties.GetName(o);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1695string apName = AutomationProperties.GetName(_node);