9 references to StoryFragments
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
928
internal static
StoryFragments
GetStoryFragments(FixedPage fixedPage)
950
if (!(o is
StoryFragments
))
958
return o as
StoryFragments
;
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (3)
50
public FixedDSBuilder(FixedPage fp,
StoryFragments
sf)
66
public
StoryFragments
StoryFragments
265
private
StoryFragments
_storyFragments;
src\Framework\System\Windows\Documents\FixedPage.cs (2)
1034
internal
StoryFragments
GetPageStructure()
1036
StoryFragments
sf;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
224
StoryFragments
sf = page.GetPageStructure();