2 writes to _defaultLargeIconHandle
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2465
Utilities.SafeDispose(ref
_defaultLargeIconHandle
);
4224
_defaultLargeIconHandle
= largeIconHandle;
3 references to _defaultLargeIconHandle
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
4220
if (
_defaultLargeIconHandle
== null && _defaultSmallIconHandle == null)
4229
largeIconHandle =
_defaultLargeIconHandle
;
4274
if (_currentLargeIconHandle != null && _currentLargeIconHandle !=
_defaultLargeIconHandle
)