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