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)
125
if (iconIsFromHandle is not null && iconIsFromHandle !=
_boundIconIsFromHandle
)
132
_boundIconIsFromHandle
? icon.hFooterIcon : (IntPtr)(char*)icon.pszFooterIcon);
163
if (
_boundIconIsFromHandle
)