1 write to _fixedSOMPageConstructor
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (1)
801
_fixedSOMPageConstructor
= value;
3 references to _fixedSOMPageConstructor
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (3)
686
Debug.Assert(
_fixedSOMPageConstructor
!= null);
687
_fixedSOMPageConstructor
.ConstructPageStructure(fixedNodes);
797
return
_fixedSOMPageConstructor
;