10 references to IsSigned
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1516
e.CanExecute = !dv._docSigManager.
IsSigned
;
1520
e.CanExecute = dv._docSigManager.
IsSigned
|| dv._docSigManager.HasRequests;
MS\Internal\Documents\DocumentSignatureManager.cs (8)
98
if (!
IsSigned
)
210
else if (!
IsSigned
)
271
else if (IsSigningAllowed && !
IsSigned
)
371
if (
IsSigned
&& !IsSigningAllowedByPolicy)
387
if (
IsSigned
&& !HasRequests)
403
else if (
IsSigned
&& HasRequests && digitalSignatureRequest == null)
425
if (
IsSigned
)
582
if (!
IsSigned
&& digSig.GuidID == null)