1 write to _pageTextBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
771_pageTextBox = new PageTextBox();
5 references to _pageTextBox
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
764if (_pageTextBox == null) 778_pageTextBox.SetBinding(ContentControl.WidthProperty, bind); 782_pageTextBox.SetBinding(ContentControl.HeightProperty, bind); 785host.Content = _pageTextBox; 788return _pageTextBox;