1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (1)
46_owner = owner;
10 references to _owner
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (10)
74_owner?.OnAdvancedBorderStyleChanged(this); 119_owner?.OnAdvancedBorderStyleChanged(this); 154if ((_owner is not null && _owner.RightToLeftInternal) && 175_owner?.OnAdvancedBorderStyleChanged(this); 210if ((_owner is not null && !_owner.RightToLeftInternal) && 226_owner?.OnAdvancedBorderStyleChanged(this); 271_owner?.OnAdvancedBorderStyleChanged(this); 299DataGridViewAdvancedBorderStyle dgvabs = new(_owner, _banned1, _banned2, _banned3)