5 writes to _eventBindings
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
313_eventBindings ??= this.GetService<IEventBindingService>();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
457_eventBindings ??= this.GetService<IEventBindingService>(); 623_eventBindings ??= this.GetService<IEventBindingService>(); 823_eventBindings ??= this.GetService<IEventBindingService>(); 852_eventBindings ??= component.Site?.GetService<IEventBindingService>();
10 references to _eventBindings
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
315if (_eventBindings is not null) 317EventDescriptor? eventDescriptor = _eventBindings.GetEvent(mergeDescriptor[0]);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (8)
459if (_eventBindings?.GetEvent(PropertyDescriptor) is not null) 624eventDescriptor = _eventBindings?.GetEvent(PropertyDescriptor); 824eventDescriptor = _eventBindings?.GetEvent(PropertyDescriptor); 854newHandler ??= _eventBindings?.CreateUniqueMethodName(component, eventDescriptor); 860if (_eventBindings is not null) 863foreach (string methodName in _eventBindings.GetCompatibleMethods(eventDescriptor)) 893if (alwaysNavigate && _eventBindings is not null) 895s_targetBindingService = _eventBindings;