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();