2 writes to _defaultLargeIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2375Utilities.SafeDispose(ref _defaultLargeIconHandle); 4088_defaultLargeIconHandle = largeIconHandle;
3 references to _defaultLargeIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
4084if (_defaultLargeIconHandle == null && _defaultSmallIconHandle == null) 4093largeIconHandle = _defaultLargeIconHandle; 4138if (_currentLargeIconHandle != null && _currentLargeIconHandle != _defaultLargeIconHandle)