2 instantiations of FixedDocumentPage
PresentationFramework (2)
System\Windows\Documents\FixedDocument.cs (2)
353
FixedDocumentPage dp = new
FixedDocumentPage
(this, page, fixedSize, pageNumber);
1246
result = new
FixedDocumentPage
(this, c, fixedSize, Pages.IndexOf(pc));
22 references to FixedDocumentPage
PresentationFramework (22)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (7)
87
if (dpv != null && (dpv.DocumentPage is
FixedDocumentPage
|| dpv.DocumentPage is FixedDocumentSequenceDocumentPage))
128
if (dpv.DocumentPage is
FixedDocumentPage
|| dpv.DocumentPage is FixedDocumentSequenceDocumentPage)
195
FixedDocumentPage
page = null;
203
page = document.DocumentPaginator.GetPage(pageNumber) as
FixedDocumentPage
;
213
page = sequencePage.ChildDocumentPage as
FixedDocumentPage
;
223
page = dpv.DocumentPage as
FixedDocumentPage
;
229
page = sequencePage.ChildDocumentPage as
FixedDocumentPage
;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
283
docPage = dpv.DocumentPage as
FixedDocumentPage
;
System\Windows\Documents\DocumentSequence.cs (2)
1066
: base((documentPage is
FixedDocumentPage
) ? ((
FixedDocumentPage
)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
System\Windows\Documents\FixedDocument.cs (5)
353
FixedDocumentPage
dp = new FixedDocumentPage(this, page, fixedSize, pageNumber);
521
FixedDocumentPage
docPage = page as
FixedDocumentPage
;
1026
FixedDocumentPage
fdp = GetPage(pageNumber) as
FixedDocumentPage
;
System\Windows\Documents\FixedTextView.cs (2)
39
internal FixedTextView(
FixedDocumentPage
docPage)
1288
private readonly
FixedDocumentPage
_docPage;
System\Windows\Documents\RubberbandSelector.cs (5)
508
FixedDocumentPage
dp = GetFixedPanelDocumentPage(e.GetPosition(_scope));
575
private
FixedDocumentPage
GetFixedPanelDocumentPage(Point pt)
581
FixedDocumentPage
fdp = dp as
FixedDocumentPage
;
587
fdp = fdsdp.ChildDocumentPage as
FixedDocumentPage
;