2 writes to _currentSmallIconHandle
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2468
Utilities.SafeDispose(ref
_currentSmallIconHandle
);
4285
_currentSmallIconHandle
= smallIconHandle;
3 references to _currentSmallIconHandle
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
4279
if (
_currentSmallIconHandle
!= null &&
_currentSmallIconHandle
!= _defaultSmallIconHandle)
4281
_currentSmallIconHandle
.Dispose();