1 instantiation of FixedSOMPageConstructor
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
212FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);
5 references to FixedSOMPageConstructor
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (2)
780internal FixedSOMPageConstructor PageConstructor 877private FixedSOMPageConstructor _fixedSOMPageConstructor;
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
32private FixedSOMPageConstructor _pageConstructor; 47public GeometryWalker(FixedSOMPageConstructor pageConstructor)
System\Windows\Documents\FixedTextBuilder.cs (1)
212FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);