1 instantiation of FixedSOMPageConstructor
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
218FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);
5 references to FixedSOMPageConstructor
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (2)
786internal FixedSOMPageConstructor PageConstructor 883private FixedSOMPageConstructor _fixedSOMPageConstructor;
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
37private FixedSOMPageConstructor _pageConstructor; 52public GeometryWalker(FixedSOMPageConstructor pageConstructor)
System\Windows\Documents\FixedTextBuilder.cs (1)
218FixedSOMPageConstructor pageConstructor = new FixedSOMPageConstructor(page, pageIndex);