2 writes to _picker
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
2112_picker = picker; 2117_picker = picker;
14 references to _picker
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DesignBindingPicker.cs (14)
2254ImageList.ImageCollection? images = _picker?._treeViewCtrl?.ImageList?.Images; 2317return _picker is not null && !_picker._showDataMembers; 2402_picker?.AddDataMemberContents(this); 2407if (_picker is not null && _picker._showDataMembers) 2415BindingSource? newBindingSource = _picker?.CreateNewBindingSource(DataSource!, DataMember); 2425return (_picker is not null && _picker._selectListMembers == IsList); 2559_picker?.AddProjectDataSourceContents(this); 2574ITypeDescriptorContext? context = _picker?._context; 2577object? newDataSource = _picker?.GetProjectDataSourceInstance(dataSourceDescriptor); 2591BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, ""); 2654BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, bindingSourceMember);