1 write to _findToolBarStyleKey
PresentationFramework (1)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
305
_findToolBarStyleKey
= new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
2 references to _findToolBarStyleKey
PresentationFramework (2)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
303
if (
_findToolBarStyleKey
== null)
307
return
_findToolBarStyleKey
;