1 write to _documentPageView
PresentationFramework (1)
MS\Internal\Documents\DocumentGridPage.cs (1)
280
_documentPageView
= new DocumentPageView
8 references to _documentPageView
PresentationFramework (8)
MS\Internal\Documents\DocumentGridPage.cs (8)
65
return
_documentPageView
.DocumentPage;
77
return
_documentPageView
.PageNumber;
82
if (
_documentPageView
.PageNumber != value)
84
_documentPageView
.PageNumber = value;
97
return
_documentPageView
;
242
_documentPageView
.SetPageZoom(availableSize.Width / DocumentPage.Size.Width);
290
Content =
_documentPageView
342
IDisposable dpv =
_documentPageView
as IDisposable;