3 references to s_eventShouldSerializeValue
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
439
add => Events.AddHandler(
s_eventShouldSerializeValue
, value);
440
remove => Events.RemoveHandler(
s_eventShouldSerializeValue
, value);
767
protected void OnShouldSerializeValue(GetBoolValueEvent e) => RaiseGetBoolValueEvent(
s_eventShouldSerializeValue
, e);