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