1 instantiation of FixedSOMPageConstructor
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
234FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);
5 references to FixedSOMPageConstructor
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (2)
793internal FixedSOMPageConstructor PageConstructor 890private FixedSOMPageConstructor _fixedSOMPageConstructor;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
42private FixedSOMPageConstructor _pageConstructor; 57public GeometryWalker(FixedSOMPageConstructor pageConstructor)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
234FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);