1 write to _infoBarDigSigButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
981_infoBarDigSigButton = GetTemplateChild(_infoBarSignaturesButtonName) as Button;
6 references to _infoBarDigSigButton
PresentationUI (6)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (6)
978if (_infoBarDigSigButton == null) 982if (_infoBarDigSigButton != null) 984_infoBarDigSigButton.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary; 985_infoBarDigSigButton.ApplyTemplate(); 986_digSigInfoBar = new StatusInfoItem(StatusInfoItemType.DigSig, _infoBarDigSigButton, DigitalSignaturesMenuItem); 990return _infoBarDigSigButton;