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