2 writes to _picker
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
2115_picker = picker; 2120_picker = picker;
14 references to _picker
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DesignBindingPicker.cs (14)
2257ImageList.ImageCollection? images = _picker?._treeViewCtrl?.ImageList?.Images; 2320return _picker is not null && !_picker._showDataMembers; 2405_picker?.AddDataMemberContents(this); 2410if (_picker is not null && _picker._showDataMembers) 2418BindingSource? newBindingSource = _picker?.CreateNewBindingSource(DataSource!, DataMember); 2428return (_picker is not null && _picker._selectListMembers == IsList); 2562_picker?.AddProjectDataSourceContents(this); 2577ITypeDescriptorContext? context = _picker?._context; 2580object? newDataSource = _picker?.GetProjectDataSourceInstance(dataSourceDescriptor); 2594BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, ""); 2657BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, bindingSourceMember);