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