5 references to InnerBorderPen
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
116
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
160
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
309
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
340
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
651
Pen innerBorder =
InnerBorderPen
;