11 writes to uFlags
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
72
toolInfo.
uFlags
= NativeMethods.TTF_SUBCLASS;
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
922
toolInfo.
uFlags
= NativeMethods.TTF_SUBCLASS;
1227
toolInfo.
uFlags
= NativeMethods.TTF_SUBCLASS;
1229
toolInfo.
uFlags
|= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\Form.cs (4)
7845
toolInfo.
uFlags
|= NativeMethods.TTF_SUBCLASS;
7848
toolInfo.
uFlags
|= NativeMethods.TTF_RTLREADING;
7851
toolInfo.
uFlags
|= NativeMethods.TTF_TRANSPARENT;
7862
toolInfo.
uFlags
|= NativeMethods.TTF_IDISHWND | NativeMethods.TTF_TRACK;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
130
toolInfos[index].
uFlags
|= NativeMethods.TTF_IDISHWND | NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;
winforms\Managed\System\WinForms\StatusBar.cs (2)
1878
ti.
uFlags
|= NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;
1884
ti.
uFlags
|= NativeMethods.TTF_RTLREADING;