16 references to InvalidateRect
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (2)
5941
PInvoke.
InvalidateRect
(
5989
PInvoke.
InvalidateRect
(
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
203
PInvoke.
InvalidateRect
(_owningComboBox.GetListHandle(), lpRect: null, bErase: false);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1872
PInvoke.
InvalidateRect
(_childEdit, lpRect: null, bErase: false);
1877
PInvoke.
InvalidateRect
(_childListBox, lpRect: null, bErase: false);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
393
PInvoke.
InvalidateRect
(this, &rect, bErase: false);
752
PInvoke.
InvalidateRect
(this, null, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
252
PInvoke.
InvalidateRect
(_owningListBox, lpRect: null, bErase: false);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3802
PInvoke.
InvalidateRect
(new HandleRef<HWND>(this, header), lpRect: null, bErase: true);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
271
PInvoke.
InvalidateRect
(_owningListView, lpRect: null, bErase: false);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
946
PInvoke.
InvalidateRect
(this, lpRect: null, bErase: true);
955
PInvoke.
InvalidateRect
(this, lpRect: null, bErase: true);
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1898
PInvoke.
InvalidateRect
(tv, lpRect: null, bErase: false);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2550
PInvoke.
InvalidateRect
(this, &rc, bErase: true);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
393
PInvoke.
InvalidateRect
(this, lpRect: null, bErase: false);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.InvalidateRect.cs (1)
12
BOOL result =
InvalidateRect
(hWnd.Handle, lpRect, bErase);