4 references to UIElement
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
1340shadowElement = logicalHyperlink.UIElement; 1358if (hyperlink.UIElement == uiElement) 1474_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1475_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty)));