I am currently attempting to deal with an issue with releasing a FlowDocument resources. I am loading an rtf file and putting it into a FlowDocument with TextRange.Load. I n
Consider releasing that file handle. Also consider using the "using" statement instead of calling IDisposable.Dispose (no pun intended).