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