2 writes to _currentLargeIconHandle
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2467Utilities.SafeDispose(ref _currentLargeIconHandle); 4284_currentLargeIconHandle = largeIconHandle;
3 references to _currentLargeIconHandle
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
4274if (_currentLargeIconHandle != null && _currentLargeIconHandle != _defaultLargeIconHandle) 4276_currentLargeIconHandle.Dispose();