3 references to GetScrollIndicatorPath
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
3106using (GraphicsPath graphicsPath = ActivityDesignerPaint.GetScrollIndicatorPath(dropDownRectangle, ScrollButton.Down))
AuthoringOM\Design\DesignerWidgets.cs (1)
177using (GraphicsPath graphicsPath = ActivityDesignerPaint.GetScrollIndicatorPath(buttonBounds, scrollButton))
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
89using (GraphicsPath dropDownIndicator = ActivityDesignerPaint.GetScrollIndicatorPath(activatedBounds, ScrollButton.Down))