1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2763this.owner = owner;
18 references to owner
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (18)
2772this.comparer = new ItemComparer(this.owner); 2858this.owner.CheckNoDataSource(); 2868if (this.owner.Sorted) 2885this.owner.OnItemsCollectionChanged(); 2903this.owner.CheckNoDataSource(); 2905this.owner.OnItemsCollectionChanged(); 2915this.owner.CheckNoDataSource(); 2917this.owner.OnItemsCollectionChanged(); 2940if (this.owner.Sorted) 2968this.owner.CheckNoDataSource(); 2981this.owner.OnItemsCollectionChanged(); 2994this.owner.CheckNoDataSource(); 2996this.owner.OnItemsCollectionChanged(); 3071this.owner.CheckNoDataSource(); 3085if (this.owner.Sorted) 3092this.owner.OnItemsCollectionChanged(); 3118this.owner.CheckNoDataSource(); 3125this.owner.OnItemsCollectionChanged();