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)
84return _documentPageView.DocumentPage; 96return _documentPageView.PageNumber; 101if (_documentPageView.PageNumber != value) 103_documentPageView.PageNumber = value; 116return _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; 402IDisposable dpv = _documentPageView as IDisposable;