2 writes to _defaultSmallIconHandle
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2466Utilities.SafeDispose(ref _defaultSmallIconHandle); 4225_defaultSmallIconHandle = smallIconHandle;
3 references to _defaultSmallIconHandle
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
4220if (_defaultLargeIconHandle == null && _defaultSmallIconHandle == null) 4230smallIconHandle = _defaultSmallIconHandle; 4279if (_currentSmallIconHandle != null && _currentSmallIconHandle != _defaultSmallIconHandle)