2 instantiations of ChangeLogEntity
PresentationUI (2)
MS\Internal\Documents\DocumentSignatureManager.cs (2)
598_changeLog.Add(new ChangeLogEntity((Guid)digSig.GuidID, true)); 639_changeLog.Add(new ChangeLogEntity((Guid)digSig.GuidID, false));
3 references to ChangeLogEntity
PresentationUI (3)
MS\Internal\Documents\DocumentSignatureManager.cs (3)
47_changeLog = new List<ChangeLogEntity>(); 1234foreach (ChangeLogEntity entry in _changeLog) 1357private List<ChangeLogEntity> _changeLog;