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