8 references to GetContextForHandle
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (2)
1201GetContextForHandle(handle)?.GetParkingWindow(dpiAwarenessContext).ParkHandle(handle); 1238ThreadContext threadContext = GetContextForHandle(handle);
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
35? GetContextForHandle(parentControl)
System.Windows.Forms.Tests (5)
System\Windows\Forms\Application.ParkingWindowTests.cs (5)
78ThreadContext ctx = GetContextForHandle(control); 113ThreadContext ctx = GetContextForHandle(control); 146ThreadContext ctx = GetContextForHandle(control); 179ThreadContext ctx = GetContextForHandle(control); 190ctx = GetContextForHandle(systemControl);