1 write to _wholePageButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
844
_wholePageButton
= GetTemplateChild(_wholePageButtonName) as Button;
2 references to _wholePageButton
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
842
if (
_wholePageButton
== null)
846
return
_wholePageButton
;