2 writes to _defaultSmallIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2316Utilities.SafeDispose(ref _defaultSmallIconHandle); 4000_defaultSmallIconHandle = smallIconHandle;
3 references to _defaultSmallIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
3995if (_defaultLargeIconHandle == null && _defaultSmallIconHandle == null) 4005smallIconHandle = _defaultSmallIconHandle; 4054if (_currentSmallIconHandle != null && _currentSmallIconHandle != _defaultSmallIconHandle)