10 references to IsSigned
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1512
e.CanExecute = !dv._docSigManager.
IsSigned
;
1516
e.CanExecute = dv._docSigManager.
IsSigned
|| dv._docSigManager.HasRequests;
MS\Internal\Documents\DocumentSignatureManager.cs (8)
102
if (!
IsSigned
)
214
else if (!
IsSigned
)
278
else if (IsSigningAllowed && !
IsSigned
)
381
if (
IsSigned
&& !IsSigningAllowedByPolicy)
397
if (
IsSigned
&& !HasRequests)
413
else if (
IsSigned
&& HasRequests && digitalSignatureRequest == null)
435
if (
IsSigned
)
595
if (!
IsSigned
&& digSig.GuidID == null)