1 instantiation of FixedSOMPageConstructor
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
211FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);
5 references to FixedSOMPageConstructor
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (2)
779internal FixedSOMPageConstructor PageConstructor 876private FixedSOMPageConstructor _fixedSOMPageConstructor;
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
31private FixedSOMPageConstructor _pageConstructor; 46public GeometryWalker(FixedSOMPageConstructor pageConstructor)
System\Windows\Documents\FixedTextBuilder.cs (1)
211FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);