2 writes to _currentLargeIconHandle
PresentationFramework (2)
System\Windows\Window.cs (2)
2405
Utilities.SafeDispose(ref
_currentLargeIconHandle
);
4177
_currentLargeIconHandle
= largeIconHandle;
3 references to _currentLargeIconHandle
PresentationFramework (3)
System\Windows\Window.cs (3)
4167
if (
_currentLargeIconHandle
!= null &&
_currentLargeIconHandle
!= _defaultLargeIconHandle)
4169
_currentLargeIconHandle
.Dispose();