2 writes to _picker
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
2118_picker = picker; 2123_picker = picker;
14 references to _picker
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DesignBindingPicker.cs (14)
2260ImageList.ImageCollection? images = _picker?._treeViewCtrl?.ImageList?.Images; 2323return _picker is not null && !_picker._showDataMembers; 2408_picker?.AddDataMemberContents(this); 2413if (_picker is not null && _picker._showDataMembers) 2421BindingSource? newBindingSource = _picker?.CreateNewBindingSource(DataSource!, DataMember); 2431return (_picker is not null && _picker._selectListMembers == IsList); 2565_picker?.AddProjectDataSourceContents(this); 2580ITypeDescriptorContext? context = _picker?._context; 2583object? newDataSource = _picker?.GetProjectDataSourceInstance(dataSourceDescriptor); 2597BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, ""); 2660BindingSource? newBindingSource = _picker?.CreateNewBindingSource(dataSourceDescriptor, bindingSourceMember);