1 write to _icon
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5272
_icon
= newIcon;
2 references to _icon
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
4211
if (
_icon
!= null)
4213
IconHelper.GetIconHandlesFromImageSource(
_icon
, out largeIconHandle, out smallIconHandle);