32 references to GetNextBehavior
System.Windows.Forms.Design (32)
System\Windows\Forms\Design\Behavior\Behavior.cs (32)
53
if (_callParentBehavior &&
GetNextBehavior
is not null)
55
return
GetNextBehavior
.DisableAllCommands;
72
if (_callParentBehavior &&
GetNextBehavior
is not null)
74
return
GetNextBehavior
.FindCommand(commandId);
110
if (_callParentBehavior &&
GetNextBehavior
is not null)
112
GetNextBehavior
.OnLoseCapture(g, e);
128
if (_callParentBehavior &&
GetNextBehavior
is not null)
130
return
GetNextBehavior
.OnMouseDoubleClick(g, button, mouseLoc);
150
if (_callParentBehavior &&
GetNextBehavior
is not null)
152
return
GetNextBehavior
.OnMouseDown(g, button, mouseLoc);
170
if (_callParentBehavior &&
GetNextBehavior
is not null)
172
return
GetNextBehavior
.OnMouseEnter(g);
191
if (_callParentBehavior &&
GetNextBehavior
is not null)
193
return
GetNextBehavior
.OnMouseHover(g, mouseLoc);
210
if (_callParentBehavior &&
GetNextBehavior
is not null)
212
return
GetNextBehavior
.OnMouseLeave(g);
231
if (_callParentBehavior &&
GetNextBehavior
is not null)
233
return
GetNextBehavior
.OnMouseMove(g, button, mouseLoc);
254
if (_callParentBehavior &&
GetNextBehavior
is not null)
256
return
GetNextBehavior
.OnMouseUp(g, button);
275
if (_callParentBehavior &&
GetNextBehavior
is not null)
277
GetNextBehavior
.OnDragDrop(g, e);
290
if (_callParentBehavior &&
GetNextBehavior
is not null)
292
GetNextBehavior
.OnDragEnter(g, e);
305
if (_callParentBehavior &&
GetNextBehavior
is not null)
307
GetNextBehavior
.OnDragLeave(g, e);
320
if (_callParentBehavior &&
GetNextBehavior
is not null)
322
GetNextBehavior
.OnDragOver(g, e);
339
if (_callParentBehavior &&
GetNextBehavior
is not null)
341
GetNextBehavior
.OnGiveFeedback(g, e);
354
if (_callParentBehavior &&
GetNextBehavior
is not null)
356
GetNextBehavior
.OnQueryContinueDrag(g, e);