4 references to UIElement
PresentationFramework (4)
System\Windows\Documents\FixedTextBuilder.cs (4)
1304shadowElement = logicalHyperlink.UIElement; 1322if (hyperlink.UIElement == uiElement) 1436_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1437_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty)));