9 references to SetWindowPos
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3359
PInvoke.
SetWindowPos
(
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4955
PInvoke.
SetWindowPos
(
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2920
PInvoke.
SetWindowPos
(
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
101
PInvoke.
SetWindowPos
(
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (2)
102
PInvoke.
SetWindowPos
(
109
PInvoke.
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)"/>
13
BOOL result =
SetWindowPos
(hWnd.Handle, hWndInsertAfter.Handle, X, Y, cx, cy, uFlags);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
624
PInvoke.
SetWindowPos
(