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