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