4 implementations of IParentHandleRecreationHandler
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.cs (4)
1449
private class SubCheckedListBox : CheckedListBox,
IParentHandleRecreationHandler
1467
private class SubListBox : ListBox,
IParentHandleRecreationHandler
1485
private class SubButton : Button,
IParentHandleRecreationHandler
1503
private class SubListView : ListView,
IParentHandleRecreationHandler
1 reference to IParentHandleRecreationHandler
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1083
static void AssertHandler(
IParentHandleRecreationHandler
handler)