5 writes to BorderBrush
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
340_pageBorder.BorderBrush = Brushes.Black;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
35BorderBrush = new SolidColorBrush(WorkflowDesignerColors.WorkflowViewElementBorderColor),
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
25BorderBrush = new SolidColorBrush(WorkflowDesignerColors.WorkflowViewElementBorderColor),
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
415this.BorderBrush = SystemColors.GrayTextBrush; 493this.BorderBrush = Brushes.Transparent;
9 references to BorderBrush
PresentationFramework (4)
src\Framework\System\Windows\Controls\Border.cs (4)
178/// DependencyProperty for <see cref="BorderBrush" /> property. 289Brush borderBrush = BorderBrush; 384&& (brush = BorderBrush) != null ) 409&& (borderBrush = BorderBrush) != null)
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
413if (this.BorderBrush != SystemColors.GrayTextBrush)