1 write to isPrimarySelectionGlyph
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\ConnectorSelectionGlyph.cs (1)
22
this.
isPrimarySelectionGlyph
= isPrimarySelectionGlyph;
3 references to isPrimarySelectionGlyph
System.Workflow.ComponentModel (3)
AuthoringOM\Design\FreeFormDesigner.cs (1)
1292
return this.
isPrimarySelectionGlyph
;
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
569
ActivityDesignerPaint.DrawGrabHandles(graphics, grabHandles, this.
isPrimarySelectionGlyph
);
576
return this.
isPrimarySelectionGlyph
;