1 write to _infoBarCloseButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
961_infoBarCloseButton = GetTemplateChild(_infoBarCloseButtonName)
4 references to _infoBarCloseButton
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
958if (_infoBarCloseButton == null) 963if (_infoBarCloseButton != null) 965_infoBarCloseButton.Click += OnInfoBarCloseClicked; 968return _infoBarCloseButton;