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