2 writes to _defaultSmallIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2375
Utilities.SafeDispose(ref
_defaultSmallIconHandle
);
4088
_defaultSmallIconHandle
= smallIconHandle;
3 references to _defaultSmallIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
4083
if (_defaultLargeIconHandle == null &&
_defaultSmallIconHandle
== null)
4093
smallIconHandle =
_defaultSmallIconHandle
;
4142
if (_currentSmallIconHandle != null && _currentSmallIconHandle !=
_defaultSmallIconHandle
)