2 writes to activeDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
151
this.
activeDesigner
= null;
293
this.
activeDesigner
= newActiveDesigner;
7 references to activeDesigner
System.Workflow.ComponentModel (7)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (7)
182
this.activeGlyph.Activate(this.
activeDesigner
);
197
this.activeGlyph.Activate(this.
activeDesigner
);
254
if (this.activeGlyph != null && designer == this.
activeDesigner
)
255
this.activeGlyph.DrawActivated(e.Graphics, this.
activeDesigner
);
284
if (this.activeGlyph == null || !this.activeGlyph.GetBounds(this.
activeDesigner
, true).Contains(point))
290
parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.
activeDesigner
, true));
296
parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.
activeDesigner
, true));