5 references to InnerBorderPen
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
126
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
166
GradientStopCollection gsc = ((LinearGradientBrush)chrome.
InnerBorderPen
.Brush).GradientStops;
313
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
342
chrome.
InnerBorderPen
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
652
Pen innerBorder =
InnerBorderPen
;