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