1 write to _fixedElements
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1392_fixedElements = new Stack();
2 references to _fixedElements
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1630_fixedElements.Push(_currentFixedElement); 1644_currentFixedElement = (FixedElement)_fixedElements.Pop();