1 write to _actualSizeButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
815
_actualSizeButton
= GetTemplateChild(_actualSizeButtonName) as Button;
2 references to _actualSizeButton
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
813
if (
_actualSizeButton
== null)
817
return
_actualSizeButton
;