Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions QuickViewFile/Controls/VideoPlayerControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ protected virtual void Dispose(bool disposing)
videoInWindowPlayer.Close();
}

// TODO: free unmanaged resources (unmanaged objects) and override finalizer
// TODO: set large fields to null
disposedValue = true;
}
}
Expand Down Expand Up @@ -300,13 +298,6 @@ public TimeSpan GetCurrentVideoPosition()
return TimeSpan.FromSeconds(sliProgress.Value);
}

// // TODO: override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
// ~videoInWindowPlayerControl()
// {
// // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
// Dispose(disposing: false);
// }

public void Dispose()
{
// Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
Expand Down