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