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