9 references to SetWindowPos
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3359PInvoke.SetWindowPos(
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4955PInvoke.SetWindowPos(
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2920PInvoke.SetWindowPos(
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
101PInvoke.SetWindowPos(
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (2)
102PInvoke.SetWindowPos( 109PInvoke.SetWindowPos(
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetWindowPos.cs (2)
8/// <inheritdoc cref="SetWindowPos(HWND, HWND, int, int, int, int, SET_WINDOW_POS_FLAGS)"/> 13BOOL result = SetWindowPos(hWnd.Handle, hWndInsertAfter.Handle, X, Y, cx, cy, uFlags);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
624PInvoke.SetWindowPos(