1 write to OuterBorder
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
1172
_localResources.
OuterBorder
= CommonThumbOuterBorder.Clone();
3 references to OuterBorder
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1170
if (_localResources.
OuterBorder
== null)
1177
_localResources.
OuterBorder
.Brush.Opacity = 0;
1180
return _localResources.
OuterBorder
;