5 references to InnerBorderPen
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
117
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
157
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
304
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
333
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
643
Pen innerBorder =
InnerBorderPen
;