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