5 references to InnerBorderPen
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
132
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
172
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
319
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
348
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
658
Pen innerBorder =
InnerBorderPen
;