1 instantiation of DesignerActionBehavior
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
185
DesignerActionBehavior dab =
new
(_serviceProvider, comp, dalColl, this);
14 references to DesignerActionBehavior
System.Windows.Forms.Design (14)
System\ComponentModel\Design\DesignerActionUI.cs (8)
185
DesignerActionBehavior
dab = new(_serviceProvider, comp, dalColl, this);
214
if (designerActionGlyph.Behavior is
DesignerActionBehavior
behavior)
334
if (glyphWithPanelToRegen.Behavior is
DesignerActionBehavior
behaviorWithPanelToRegen)
392
if (relatedGlyph.Behavior is
DesignerActionBehavior
behavior)
399
if (relatedGlyph.Behavior is
DesignerActionBehavior
behavior)
491
if (glyph.Behavior is
DesignerActionBehavior
behavior)
618
DesignerActionBehavior
behavior = (
DesignerActionBehavior
)currentGlyph.Behavior!;
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (5)
35
public DesignerActionGlyph(
DesignerActionBehavior
? behavior, Adorner? adorner)
40
public DesignerActionGlyph(
DesignerActionBehavior
? behavior, Rectangle alternativeBounds, Control? alternativeParent)
48
private DesignerActionGlyph(
DesignerActionBehavior
? behavior, Adorner? adorner, Rectangle alternativeBounds, Control? alternativeParent)
131
IComponent relatedComponent = ((
DesignerActionBehavior
)Behavior).RelatedComponent;
189
if (Behavior is
DesignerActionBehavior
behavior)
System\Windows\Forms\Design\ComponentTray.cs (1)
2761
if (g is DesignerActionGlyph desGlyph && ((
DesignerActionBehavior
)(desGlyph.Behavior)).RelatedComponent.Equals(trayControl.Component))