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