2 writes to activeGlyph
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
150this.activeGlyph = null; 292this.activeGlyph = newActiveGlyph;
16 references to activeGlyph
System.Workflow.ComponentModel (16)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (16)
180if (this.activeGlyph != null) 182this.activeGlyph.Activate(this.activeDesigner); 195if (this.activeGlyph != null) 197this.activeGlyph.Activate(this.activeDesigner); 254if (this.activeGlyph != null && designer == this.activeDesigner) 255this.activeGlyph.DrawActivated(e.Graphics, this.activeDesigner); 282DesignerGlyph previousActiveGlyph = this.activeGlyph; 284if (this.activeGlyph == null || !this.activeGlyph.GetBounds(this.activeDesigner, true).Contains(point)) 289if (this.activeGlyph != null) 290parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true)); 295if (this.activeGlyph != null) 296parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true)); 299if (previousActiveGlyph != this.activeGlyph) 301if (this.activeGlyph != null && this.activeGlyph.CanBeActivated)