9 references to StoryFragments
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
928internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 950if (!(o is StoryFragments)) 958return o as StoryFragments;
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (3)
50public FixedDSBuilder(FixedPage fp, StoryFragments sf) 66public StoryFragments StoryFragments 265private StoryFragments _storyFragments;
src\Framework\System\Windows\Documents\FixedPage.cs (2)
1034internal StoryFragments GetPageStructure() 1036StoryFragments sf;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
224StoryFragments sf = page.GetPageStructure();