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