1 write to _scrollViewStyleKey
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
2081
_scrollViewStyleKey
= new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIScrollViewStyleKey");
2 references to _scrollViewStyleKey
PresentationFramework (2)
System\Windows\Controls\FlowDocumentReader.cs (2)
2079
if (
_scrollViewStyleKey
== null)
2084
return
_scrollViewStyleKey
;