6 references to FillRect
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
114
PInvoke.
FillRect
(hdc, rect, hbrush);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
674
PInvoke.
FillRect
((HDC)m.WParamInternal, rect, hbrush);
System.Windows.Forms.Primitives (4)
System\Windows\Forms\DeviceContextExtensions.cs (2)
47
PInvoke.
FillRect
(
156
PInvoke.
FillRect
(
Windows\Win32\PInvoke.FillRect.cs (2)
8
/// <inheritdoc cref="
FillRect
(HDC, in RECT, HBRUSH)"/>
12
int result =
FillRect
(hDC.Handle, in lprc, hbr);