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