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)
315
if (
_eventBindings
is not null)
317
EventDescriptor? eventDescriptor =
_eventBindings
.GetEvent(mergeDescriptor[0]);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (8)
459
if (
_eventBindings
?.GetEvent(PropertyDescriptor) is not null)
624
eventDescriptor =
_eventBindings
?.GetEvent(PropertyDescriptor);
824
eventDescriptor =
_eventBindings
?.GetEvent(PropertyDescriptor);
854
newHandler ??=
_eventBindings
?.CreateUniqueMethodName(component, eventDescriptor);
860
if (
_eventBindings
is not null)
863
foreach (string methodName in
_eventBindings
.GetCompatibleMethods(eventDescriptor))
893
if (alwaysNavigate &&
_eventBindings
is not null)
895
s_targetBindingService =
_eventBindings
;