3 references to s_locationChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1254
add => Events.AddHandler(
s_locationChangedEvent
, value);
1255
remove => Events.RemoveHandler(
s_locationChangedEvent
, value);
2833
protected virtual void OnLocationChanged(EventArgs e) => RaiseEvent(
s_locationChangedEvent
, e);