Home
last modified time | relevance | path

Searched refs:GetCreateParams (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DFormTest.cs755 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
760 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
765 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
770 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
775 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
780 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
790 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
795 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
800 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
805 cp = TestHelper.GetCreateParams (frm); in FormStartupPositionTest()
[all …]
H A DTestHelper.cs279 public static CreateParams GetCreateParams (Control control) in GetCreateParams() method in MonoTests.System.Windows.Forms.TestHelper
286 CreateParams cp = GetCreateParams (control); in IsStyleSet()
291 CreateParams cp = GetCreateParams (control); in IsExStyleSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DWindowHandler.cs209 …nslateQuartzWindowSizeToWindowSize (Control.FromHandle (hwnd.Handle).GetCreateParams (), (int)view… in ProcessEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUICarbon.cs335 cp = form.GetCreateParams (); in TranslateClientRectangleToQuartzClientRectangle()
1144 Hwnd.Borders rect = Hwnd.GetBorders (ctrl.GetCreateParams (), null); in DefWndProc()
1943 CreateParams cp = ctrl.GetCreateParams (); in SetWindowPos()
H A DXplatUIX11.cs829 cp = form.GetCreateParams (); in TranslateClientRectangleToXClientRectangle()
1441 …TranslatedSize = TranslateXWindowSizeToWindowSize (ctrl.GetCreateParams (), xevent.ConfigureEvent.… in AddConfigureNotify()
1641 CreateParams cp = f.GetCreateParams(); in MapWindow()
1681 CreateParams cp = f.GetCreateParams(); in UnmapWindow()
3433 Hwnd.Borders rect = Hwnd.GetBorders (ctrl.GetCreateParams (), null); in DefWndProc()
5545 CreateParams cp = form.GetCreateParams (); in SetBorderStyle()
5780 SetWMStyles (hwnd, ctrl.GetCreateParams ()); in SetModal()
5905 SetWindowMinMax (handle, maximized, min, max, ctrl != null ? ctrl.GetCreateParams () : null); in SetWindowMinMax()
6012 …Size TranslatedSize = TranslateWindowSizeToXWindowSize (ctrl.GetCreateParams (), new Size (width, … in SetWindowPos()
H A DInternalWindowManager.cs717 form.GetCreateParams().IsSet (WindowExStyles.WS_EX_TOOLWINDOW))
H A DControl.cs1772 internal CreateParams GetCreateParams () in GetCreateParams() method in System.Windows.Forms.Control