1 write to _scrollViewerStyleKey
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
2012
_scrollViewerStyleKey
= new SystemThemeKey(SystemResourceKeyID.GridViewScrollViewerStyle);
2 references to _scrollViewerStyleKey
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceKey.cs (2)
2010
if (
_scrollViewerStyleKey
== null)
2015
return
_scrollViewerStyleKey
;