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