2 references to BorderBrush
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
898
if (RenderUtils.DrawInscribedRoundedRect(drawingContext, this.
BorderBrush
, null, fullRect, borderCornerRadius))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
281
Brush borderBrush = this.
BorderBrush
;