1 write to _fixedElements
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1410
_fixedElements
= new Stack();
2 references to _fixedElements
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1649
_fixedElements
.Push(_currentFixedElement);
1663
_currentFixedElement = (FixedElement)
_fixedElements
.Pop();