11 references to PresentationUIStyleResources
PresentationFramework (8)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
305_findToolBarStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
System\Windows\Controls\FlowDocumentReader.cs (4)
53new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentReader"))); 2090_pageViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey"); 2106_twoPageViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUITwoPageViewStyleKey"); 2122_scrollViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIScrollViewStyleKey");
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
58new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentScrollViewer")));
System\Windows\Controls\SinglePageViewer.cs (1)
54new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentPageViewer")));
System\Windows\Controls\StickyNote.cs (1)
126new ComponentResourceKey(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1043typeof(PresentationUIStyleResources), _toolBarStyleKeyName);
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
146new ComponentResourceKey(typeof(PresentationUIStyleResources), resourceName));
MS\Internal\Documents\SignatureResourceHelper.cs (1)
174typeof(PresentationUIStyleResources), resourceName));