10 references to IsSigned
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1515
e.CanExecute = !dv._docSigManager.
IsSigned
;
1519
e.CanExecute = dv._docSigManager.
IsSigned
|| dv._docSigManager.HasRequests;
MS\Internal\Documents\DocumentSignatureManager.cs (8)
95
if (!
IsSigned
)
207
else if (!
IsSigned
)
268
else if (IsSigningAllowed && !
IsSigned
)
368
if (
IsSigned
&& !IsSigningAllowedByPolicy)
384
if (
IsSigned
&& !HasRequests)
400
else if (
IsSigned
&& HasRequests && digitalSignatureRequest == null)
422
if (
IsSigned
)
579
if (!
IsSigned
&& digSig.GuidID == null)