3 writes to _currentFixedElement
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (3)
1395_currentFixedElement = _container.ContainerElement; 1631_currentFixedElement = (FixedElement)startNode.Cookie; 1644_currentFixedElement = (FixedElement)_fixedElements.Pop();
11 references to _currentFixedElement
PresentationFramework (11)
System\Windows\Documents\FixedTextBuilder.cs (11)
1454_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, hyperlink.Uri); 1455_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1456_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1516run.SetRTFProperties(_currentFixedElement); 1536_container.OnNewFlowElement(_currentFixedElement, 1622_container.OnNewFlowElement(_currentFixedElement, //_container.ContainerElement, 1630_fixedElements.Push(_currentFixedElement); 1749_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, navUri); 1754_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty))); 1755_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty))); 1790return _currentFixedElement;