1 write to _infoBarCloseButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
957
_infoBarCloseButton
= GetTemplateChild(_infoBarCloseButtonName) as Button;
3 references to _infoBarCloseButton
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
954
if (
_infoBarCloseButton
== null)
958
_infoBarCloseButton
?.Click += OnInfoBarCloseClicked;
960
return
_infoBarCloseButton
;