10 references to StoryFragments
PresentationFramework (10)
System\Windows\Documents\FixedDocument.cs (3)
889internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 911if (!(o is StoryFragments)) 919return o as StoryFragments;
System\Windows\Documents\FixedDSBuilder.cs (3)
37public FixedDSBuilder(FixedPage fp, StoryFragments sf) 53public StoryFragments StoryFragments 249private StoryFragments _storyFragments;
System\Windows\Documents\FixedPage.cs (2)
996internal StoryFragments GetPageStructure() 998StoryFragments sf;
System\Windows\Documents\FixedTextBuilder.cs (1)
201StoryFragments sf = page.GetPageStructure();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
224typeof(System.Windows.Documents.DocumentStructures.StoryFragments),