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)
79return _documentPageView.DocumentPage; 91return _documentPageView.PageNumber; 96if (_documentPageView.PageNumber != value) 98_documentPageView.PageNumber = value; 111return _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; 352IDisposable dpv = _documentPageView as IDisposable;