1 write to _pageTextBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
760_pageTextBox = new PageTextBox();
5 references to _pageTextBox
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
753if (_pageTextBox == null) 769_pageTextBox.SetBinding(ContentControl.WidthProperty, bind); 775_pageTextBox.SetBinding(ContentControl.HeightProperty, bind); 778host.Content = _pageTextBox; 781return _pageTextBox;