public void UpdateChangeCount(DocumentChangeKind changeKind) { try { base.UpdateChangeCount(UIDocumentChangeKind.Done); } catch { throw; } }
public void UpdateChangeCount (DocumentChangeKind changeKind) { try { base.UpdateChangeCount (UIDocumentChangeKind.Done); } catch { throw; } }
private static string GetChangeKindVerb(DocumentChangeKind changeKind) => changeKind switch {
public DocumentChange(T document, DocumentChangeKind changeKind) { Document = document; ChangeKind = changeKind; }
public void UpdateChangeCount(DocumentChangeKind changeKind) { }
public void UpdateChangeCount (DocumentChangeKind changeKind) { }