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