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