2 writes to s_targetBindingService
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
895
s_targetBindingService
= _eventBindings;
927
s_targetBindingService
= null;
2 references to s_targetBindingService
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
922
if (
s_targetBindingService
is not null)
926
s_targetBindingService
.ShowCode(s_targetComponent!, s_targetEventdesc!);