10 references to IsSigned
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1505
e.CanExecute = !dv._docSigManager.
IsSigned
;
1509
e.CanExecute = dv._docSigManager.
IsSigned
|| dv._docSigManager.HasRequests;
MS\Internal\Documents\DocumentSignatureManager.cs (8)
98
if (!
IsSigned
)
210
else if (!
IsSigned
)
274
else if (IsSigningAllowed && !
IsSigned
)
377
if (
IsSigned
&& !IsSigningAllowedByPolicy)
393
if (
IsSigned
&& !HasRequests)
409
else if (
IsSigned
&& HasRequests && digitalSignatureRequest == null)
431
if (
IsSigned
)
591
if (!
IsSigned
&& digSig.GuidID == null)