/// <summary> /// Tries to delete the native note representation. /// </summary> public void TryDelete() { if (FullyNative()) { Native.DeleteNote(parent.Reference(), reference); } reference = IntPtr.Zero; }