2 instantiations of ChangeLogEntity
PresentationUI (2)
MS\Internal\Documents\DocumentSignatureManager.cs (2)
594
_changeLog.Add(new
ChangeLogEntity
((Guid)digSig.GuidID, true));
635
_changeLog.Add(new
ChangeLogEntity
((Guid)digSig.GuidID, false));
3 references to ChangeLogEntity
PresentationUI (3)
MS\Internal\Documents\DocumentSignatureManager.cs (3)
43
_changeLog = new List<
ChangeLogEntity
>();
1232
foreach (
ChangeLogEntity
entry in _changeLog)
1355
private List<
ChangeLogEntity
> _changeLog;