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