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)));
1497
run.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)));
1772
return
_currentFixedElement
;