Where else is the stream number used other than in these two places: GetStreamSource
and SetStreamSource
?
I have a problem where Device.Dispose() is taking a long time to execute when the application is closed. I am investigating whether this is due to unmanaged objects not being freed properly thus ...