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