1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridState.cs (1)
158this.owner = owner;
8 references to owner
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridState.cs (8)
164DataGrid g = owner.LinkingRow.DataGrid; 165Rectangle r = dataGridParentRows.GetBoundsForDataGridStateAccesibility(owner); 180return owner.LinkingRow.DataGrid.ParentRowsAccessibleObject; 195CurrencyManager source = (CurrencyManager)owner.LinkingRow.DataGrid.BindingContext[owner.DataSource, owner.DataMember]; 197sb.Append(owner.ListManager.GetListName()); 201foreach (DataGridColumnStyle col in owner.GridColumnStyles) {