5 references to NameProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (2)
250
AutomationProperties.SetName(link, (String)this.GetValue(
NameProperty
));
299
AutomationProperties.SetName(image, (String)this.GetValue(
NameProperty
));
System\Windows\Documents\FixedTextBuilder.cs (3)
1440
_currentFixedElement.SetValue(FixedElement.
NameProperty
, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty)));
1540
fElement.SetValue(FixedElement.
NameProperty
, image.Name);
1739
_currentFixedElement.SetValue(FixedElement.
NameProperty
, (String) (uiElement.GetValue(AutomationProperties.NameProperty)));