2 writes to _defaultLargeIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2315Utilities.SafeDispose(ref _defaultLargeIconHandle); 3999_defaultLargeIconHandle = largeIconHandle;
3 references to _defaultLargeIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
3995if (_defaultLargeIconHandle == null && _defaultSmallIconHandle == null) 4004largeIconHandle = _defaultLargeIconHandle; 4049if (_currentLargeIconHandle != null && _currentLargeIconHandle != _defaultLargeIconHandle)