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