1 write to _documentPageView
PresentationFramework (1)
MS\Internal\Documents\DocumentGridPage.cs (1)
294
_documentPageView
= new DocumentPageView();
11 references to _documentPageView
PresentationFramework (11)
MS\Internal\Documents\DocumentGridPage.cs (11)
79
return
_documentPageView
.DocumentPage;
91
return
_documentPageView
.PageNumber;
96
if (
_documentPageView
.PageNumber != value)
98
_documentPageView
.PageNumber = value;
111
return
_documentPageView
;
256
_documentPageView
.SetPageZoom(availableSize.Width / DocumentPage.Size.Width);
295
_documentPageView
.ClipToBounds = true;
296
_documentPageView
.StretchDirection = StretchDirection.Both;
297
_documentPageView
.PageNumber = int.MaxValue;
301
_documentContainer.Content =
_documentPageView
;
352
IDisposable dpv =
_documentPageView
as IDisposable;