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