4 writes to smallIcon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
1334
smallIcon
= null;
3837
smallIcon
= null;
5608
smallIcon
= null;
6812
smallIcon
= new Icon(icon, SystemInformation.SmallIconSize);
9 references to smallIcon
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Form.cs (9)
1332
if (
smallIcon
!= null) {
1333
smallIcon
.Dispose();
3835
if (
smallIcon
!= null) {
3836
smallIcon
.Dispose();
5606
if (
smallIcon
!= null) {
5607
smallIcon
.Dispose();
6810
if (
smallIcon
== null) {
6818
if (
smallIcon
!= null) {
6819
SendMessage(NativeMethods.WM_SETICON,NativeMethods.ICON_SMALL,
smallIcon
.Handle);