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)
977
if (
_infoBarDigSigButton
== null)
981
if (
_infoBarDigSigButton
!= null)
983
_infoBarDigSigButton
.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary;
984
_infoBarDigSigButton
.ApplyTemplate();
985
_digSigInfoBar = new StatusInfoItem(StatusInfoItemType.DigSig,
_infoBarDigSigButton
, DigitalSignaturesMenuItem);
989
return
_infoBarDigSigButton
;