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)
65return _documentPageView.DocumentPage; 77return _documentPageView.PageNumber; 82if (_documentPageView.PageNumber != value) 84_documentPageView.PageNumber = value; 97return _documentPageView; 242_documentPageView.SetPageZoom(availableSize.Width / DocumentPage.Size.Width); 290Content = _documentPageView 342IDisposable dpv = _documentPageView as IDisposable;