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)
1614_fixedElements.Push(_currentFixedElement); 1628_currentFixedElement = (FixedElement)_fixedElements.Pop();