1 write to _documentPageView
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
333
_documentPageView
= new DocumentPageView();
11 references to _documentPageView
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (11)
84
return
_documentPageView
.DocumentPage;
96
return
_documentPageView
.PageNumber;
101
if (
_documentPageView
.PageNumber != value)
103
_documentPageView
.PageNumber = value;
116
return
_documentPageView
;
277
_documentPageView
.SetPageZoom(availableSize.Width / DocumentPage.Size.Width);
334
_documentPageView
.ClipToBounds = true;
335
_documentPageView
.StretchDirection = StretchDirection.Both;
336
_documentPageView
.PageNumber = int.MaxValue;
341
_pageBorder.Child =
_documentPageView
;
402
IDisposable dpv =
_documentPageView
as IDisposable;