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)));
1500
run.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)));
1775
return
_currentFixedElement
;