5 writes to dwMask
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1148
tbbi.
dwMask
= NativeMethods.TBIF_SIZE;
winforms\Managed\System\WinForms\ToolBarButton.cs (4)
557
button.
dwMask
= NativeMethods.TBIF_SIZE;
631
button.
dwMask
= NativeMethods.TBIF_IMAGE
638
button.
dwMask
|= NativeMethods.TBIF_TEXT;
646
button.
dwMask
|= NativeMethods.TBIF_COMMAND;