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)));
1535
run.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)));
1812
return
_currentFixedElement
;