3 writes to _currentFixedElement
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (3)
1376_currentFixedElement = _container.ContainerElement; 1611_currentFixedElement = (FixedElement)startNode.Cookie; 1624_currentFixedElement = (FixedElement)_fixedElements.Pop();
11 references to _currentFixedElement
PresentationFramework (11)
System\Windows\Documents\FixedTextBuilder.cs (11)
1435_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, hyperlink.Uri); 1436_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1437_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1497run.SetRTFProperties(_currentFixedElement); 1516_container.OnNewFlowElement(_currentFixedElement, 1602_container.OnNewFlowElement(_currentFixedElement, //_container.ContainerElement, 1610_fixedElements.Push(_currentFixedElement); 1731_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, navUri); 1736_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty))); 1737_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty))); 1772return _currentFixedElement;