10 references to StoryFragments
PresentationFramework (10)
System\Windows\Documents\FixedDocument.cs (3)
890internal static StoryFragments GetStoryFragments(FixedPage fixedPage) 912if (!(o is StoryFragments)) 920return o as StoryFragments;
System\Windows\Documents\FixedDSBuilder.cs (3)
38public FixedDSBuilder(FixedPage fp, StoryFragments sf) 54public StoryFragments StoryFragments 250private StoryFragments _storyFragments;
System\Windows\Documents\FixedPage.cs (2)
997internal StoryFragments GetPageStructure() 999StoryFragments sf;
System\Windows\Documents\FixedTextBuilder.cs (1)
202StoryFragments sf = page.GetPageStructure();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
225typeof(System.Windows.Documents.DocumentStructures.StoryFragments),