5 references to InnerBorderPen
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
117
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
161
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
310
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
341
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
655
Pen innerBorder =
InnerBorderPen
;