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