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)
26
Debug.Assert(
_owner
.DataSource is not null, "how can we determine if DataSource is initialized or not if we have no data source?");
32
if (
_owner
.DataSource is not ISupportInitializeNotification ds || ds.IsInitialized)
61
Debug.Assert(sender ==
_owner
.DataSource, "data source should not change");
62
Debug.Assert(
_owner
.DataSource is ISupportInitializeNotification, "data source should not change on the BindToObject");
66
if (
_owner
.DataSource is ISupportInitializeNotification ds)
147
if (
_owner
.BindingMemberInfo.BindingField.Length == 0)
199
if (
_owner
.BindableComponent is not null &&
_owner
.ControlAtDesignTime())
214
&&
_owner
.BindableComponent is not null
215
&&
_owner
.ComponentCreated
218
string dataField =
_owner
.BindingMemberInfo.BindingField;