1 write to _thumbnailButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
883
_thumbnailButton
= GetTemplateChild(_thumbnailButtonName) as Button;
2 references to _thumbnailButton
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
881
if (
_thumbnailButton
== null)
885
return
_thumbnailButton
;