1 instantiation of PtsPage
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
53
_ptsPage = new
PtsPage
(structuralCache.Section);
4 references to PtsPage
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1109
private
PtsPage
_ptsPage;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (3)
253
private static DispatcherOperationCallback BackgroundUpdateCallback = new DispatcherOperationCallback(
PtsPage
.BackgroundFormatStatic);
260
Invariant.Assert(arg is
PtsPage
);
261
((
PtsPage
)arg).BackgroundFormat();