10 references to StoryFragments
PresentationFramework (10)
System\Windows\Documents\FixedDocument.cs (3)
901internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 923if (!(o is StoryFragments)) 931return o as StoryFragments;
System\Windows\Documents\FixedDSBuilder.cs (3)
46public FixedDSBuilder(FixedPage fp, StoryFragments sf) 62public StoryFragments StoryFragments 258private StoryFragments _storyFragments;
System\Windows\Documents\FixedPage.cs (2)
1003internal StoryFragments GetPageStructure() 1005StoryFragments sf;
System\Windows\Documents\FixedTextBuilder.cs (1)
208StoryFragments sf = page.GetPageStructure();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
226typeof(System.Windows.Documents.DocumentStructures.StoryFragments),