3 writes to _currentFixedElement
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (3)
1379_currentFixedElement = _container.ContainerElement; 1614_currentFixedElement = (FixedElement)startNode.Cookie; 1627_currentFixedElement = (FixedElement)_fixedElements.Pop();
11 references to _currentFixedElement
PresentationFramework (11)
System\Windows\Documents\FixedTextBuilder.cs (11)
1438_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, hyperlink.Uri); 1439_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1440_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1500run.SetRTFProperties(_currentFixedElement); 1519_container.OnNewFlowElement(_currentFixedElement, 1605_container.OnNewFlowElement(_currentFixedElement, //_container.ContainerElement, 1613_fixedElements.Push(_currentFixedElement); 1734_currentFixedElement.SetValue(Hyperlink.NavigateUriProperty, navUri); 1739_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty))); 1740_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty))); 1775return _currentFixedElement;