2 writes to _defaultLargeIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2403
Utilities.SafeDispose(ref
_defaultLargeIconHandle
);
4117
_defaultLargeIconHandle
= largeIconHandle;
3 references to _defaultLargeIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
4113
if (
_defaultLargeIconHandle
== null && _defaultSmallIconHandle == null)
4122
largeIconHandle =
_defaultLargeIconHandle
;
4167
if (_currentLargeIconHandle != null && _currentLargeIconHandle !=
_defaultLargeIconHandle
)