1 write to _targetVerb
DesignSurface (1)
CustomControls\DesignerActionVerbItem.cs (1)
16_targetVerb = verb;
2 references to _targetVerb
DesignSurface (2)
CustomControls\DesignerActionVerbItem.cs (2)
21public override string DisplayName => _targetVerb.Text; 23public override void Invoke() => _targetVerb.Invoke();