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