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