2 instantiations of ChangeLogEntity
PresentationUI (2)
MS\Internal\Documents\DocumentSignatureManager.cs (2)
582_changeLog.Add(new ChangeLogEntity((Guid)digSig.GuidID, true)); 623_changeLog.Add(new ChangeLogEntity((Guid)digSig.GuidID, false));
3 references to ChangeLogEntity
PresentationUI (3)
MS\Internal\Documents\DocumentSignatureManager.cs (3)
40_changeLog = new List<ChangeLogEntity>(); 1220foreach (ChangeLogEntity entry in _changeLog) 1343private List<ChangeLogEntity> _changeLog;