Home
last modified time | relevance | path

Searched refs:PublicGetScrollState (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DFormHandleTest.cs1053 c.PublicGetScrollState (1); in TestProtectedMethods()
1126 public bool PublicGetScrollState (int bit) { return base.GetScrollState (bit); } in PublicGetScrollState() method in MonoTests.System.Windows.Forms.FormHandleTest.ProtectedMethodsForm
H A DMdiFormHandleTest.cs1326 child1.PublicGetScrollState (1); in TestProtectedMethods()
1437 public bool PublicGetScrollState (int bit) { return base.GetScrollState (bit); } in PublicGetScrollState() method in MonoTests.System.Windows.Forms.MdiFormHandleTest.ProtectedForm