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