1 write to Owner
System.Windows.Forms (1)
System\Windows\Forms\Panels\SplitterPanel.cs (1)
16
Owner
= owner;
4 references to Owner
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
251
SplitContainer sc = splitterPanel.
Owner
;
312
SplitContainer sc = splitterPanel.
Owner
;
System.Windows.Forms.UI.IntegrationTests (2)
Dpi\SplitContainerTests.cs (2)
23
Assert.Equal(sc, sc.Panel1.
Owner
);
25
Assert.Equal(sc, sc.Panel2.
Owner
);