3 writes to _currentFixedElement
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
1413_currentFixedElement = _container.ContainerElement; 1650_currentFixedElement = (FixedElement)startNode.Cookie; 1663_currentFixedElement = (FixedElement)_fixedElements.Pop();
11 references to _currentFixedElement
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (11)
1473_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, hyperlink.Uri); 1474_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1475_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1535run.SetRTFProperties(_currentFixedElement); 1555_container.OnNewFlowElement(_currentFixedElement, 1641_container.OnNewFlowElement(_currentFixedElement, //_container.ContainerElement, 1649_fixedElements.Push(_currentFixedElement); 1771_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, navUri); 1776_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty))); 1777_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty))); 1812return _currentFixedElement;