1 write to _infoBarDigSigButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
976_infoBarDigSigButton = GetTemplateChild(_infoBarSignaturesButtonName) as Button;
6 references to _infoBarDigSigButton
PresentationUI (6)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (6)
973if (_infoBarDigSigButton == null) 977if (_infoBarDigSigButton != null) 979_infoBarDigSigButton.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary; 980_infoBarDigSigButton.ApplyTemplate(); 981_digSigInfoBar = new StatusInfoItem(StatusInfoItemType.DigSig, _infoBarDigSigButton, DigitalSignaturesMenuItem); 985return _infoBarDigSigButton;