5 references to NameProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (2)
263
AutomationProperties.SetName(link, (String)this.GetValue(
NameProperty
));
313
AutomationProperties.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)));
1575
fElement.SetValue(FixedElement.
NameProperty
, image.Name);
1777
_currentFixedElement.SetValue(FixedElement.
NameProperty
, (String) (uiElement.GetValue(AutomationProperties.NameProperty)));