1 instantiation of PtsPage
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
51
_ptsPage = new
PtsPage
(structuralCache.Section);
4 references to PtsPage
PresentationFramework (4)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1087
private
PtsPage
_ptsPage;
MS\Internal\PtsHost\PtsPage.cs (3)
244
private static DispatcherOperationCallback BackgroundUpdateCallback = new DispatcherOperationCallback(
PtsPage
.BackgroundFormatStatic);
251
Invariant.Assert(arg is
PtsPage
);
252
((
PtsPage
)arg).BackgroundFormat();