2 writes to _boundIconIsFromHandle
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (2)
161_boundIconIsFromHandle = TaskDialogPage.GetFooterIconValue(_icon).iconIsFromHandle ?? false; 184_boundIconIsFromHandle = false;
3 references to _boundIconIsFromHandle
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (3)
125if (iconIsFromHandle is not null && iconIsFromHandle != _boundIconIsFromHandle) 132_boundIconIsFromHandle ? icon.hFooterIcon : (IntPtr)(char*)icon.pszFooterIcon); 163if (_boundIconIsFromHandle)