1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (1)
55_owner = owner;
11 references to _owner
System.Windows.Forms (11)
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (11)
26Debug.Assert(_owner.DataSource is not null, "how can we determine if DataSource is initialized or not if we have no data source?"); 32if (_owner.DataSource is not ISupportInitializeNotification ds || ds.IsInitialized) 61Debug.Assert(sender == _owner.DataSource, "data source should not change"); 62Debug.Assert(_owner.DataSource is ISupportInitializeNotification, "data source should not change on the BindToObject"); 66if (_owner.DataSource is ISupportInitializeNotification ds) 147if (_owner.BindingMemberInfo.BindingField.Length == 0) 199if (_owner.BindableComponent is not null && _owner.ControlAtDesignTime()) 214&& _owner.BindableComponent is not null 215&& _owner.ComponentCreated 218string dataField = _owner.BindingMemberInfo.BindingField;