1 write to _findToolBarStyleKey
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
325
_findToolBarStyleKey
= new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
2 references to _findToolBarStyleKey
PresentationFramework (2)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (2)
323
if (
_findToolBarStyleKey
== null)
327
return
_findToolBarStyleKey
;