2 writes to _currentSmallIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2406
Utilities.SafeDispose(ref
_currentSmallIconHandle
);
4178
_currentSmallIconHandle
= smallIconHandle;
3 references to _currentSmallIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
4172
if (
_currentSmallIconHandle
!= null &&
_currentSmallIconHandle
!= _defaultSmallIconHandle)
4174
_currentSmallIconHandle
.Dispose();