1 write to _pageWidthButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
831
_pageWidthButton
= GetTemplateChild(_pageWidthButtonName) as Button;
2 references to _pageWidthButton
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
829
if (
_pageWidthButton
== null)
833
return
_pageWidthButton
;