3 writes to _currentFixedElement
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (3)
1375
_currentFixedElement
= _container.ContainerElement;
1610
_currentFixedElement
= (FixedElement)startNode.Cookie;
1623
_currentFixedElement
= (FixedElement)_fixedElements.Pop();
11 references to _currentFixedElement
PresentationFramework (11)
System\Windows\Documents\FixedTextBuilder.cs (11)
1434
_currentFixedElement
.SetValue(Hyperlink.NavigateUriProperty, hyperlink.Uri);
1435
_currentFixedElement
.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty)));
1436
_currentFixedElement
.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty)));
1496
run.SetRTFProperties(
_currentFixedElement
);
1515
_container.OnNewFlowElement(
_currentFixedElement
,
1601
_container.OnNewFlowElement(
_currentFixedElement
, //_container.ContainerElement,
1609
_fixedElements.Push(
_currentFixedElement
);
1730
_currentFixedElement
.SetValue(Hyperlink.NavigateUriProperty, navUri);
1735
_currentFixedElement
.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));
1736
_currentFixedElement
.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty)));
1771
return
_currentFixedElement
;