5 references to NameProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (2)
263AutomationProperties.SetName(link, (String)this.GetValue(NameProperty)); 313AutomationProperties.SetName(image, (String)this.GetValue(NameProperty));
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
1475_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1575fElement.SetValue(FixedElement.NameProperty, image.Name); 1777_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty)));