1 write to _pageViewStyleKey
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
2050
_pageViewStyleKey
= new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey");
2 references to _pageViewStyleKey
PresentationFramework (2)
System\Windows\Controls\FlowDocumentReader.cs (2)
2048
if (
_pageViewStyleKey
== null)
2053
return
_pageViewStyleKey
;