1 write to _rmButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
899
_rmButton
= GetTemplateChild(_rmButtonName) as Button;
2 references to _rmButton
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
897
if (
_rmButton
== null)
901
return
_rmButton
;