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