55 references to DocumentApplicationDocumentViewer
PresentationFramework (4)
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (2)
66DocumentApplicationDocumentViewer docViewer = navigator.Template.FindName( 68as DocumentApplicationDocumentViewer;
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
30EventManager.RegisterClassHandler(typeof(DocumentApplicationDocumentViewer), FrameworkElement.ContextMenuOpeningEvent, new ContextMenuEventHandler(OnDocumentViewerContextMenuOpening)); 73if (!(documentGrid.DocumentViewerOwner is DocumentApplicationDocumentViewer))
PresentationUI (51)
MS\Internal\Documents\Application\CommandEnforcer.cs (2)
62internal CommandEnforcer(DocumentApplicationDocumentViewer docViewer) 174private DocumentApplicationDocumentViewer _docViewer;
MS\Internal\Documents\Application\FilePresentation.cs (2)
61if (DocumentApplicationDocumentViewer.Instance != null) 63rbw = DocumentApplicationDocumentViewer.Instance.RootBrowserWindow;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (43)
199public static DocumentApplicationDocumentViewer Instance 979_infoBarDigSigButton.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary; 1004_infoBarRMButton.Command = DocumentApplicationDocumentViewer.ShowRMPermissions; 1080RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPermissions; 1087Command = DocumentApplicationDocumentViewer.Sign 1094Command = DocumentApplicationDocumentViewer.RequestSigners 1101Command = DocumentApplicationDocumentViewer.ShowSignatureSummary 1332else if (e.Command.Equals(DocumentApplicationDocumentViewer.FocusToolBar)) 1337DocumentApplicationDocumentViewer docViewer = sender as DocumentApplicationDocumentViewer; 1393else if (e.Command.Equals(DocumentApplicationDocumentViewer.FocusToolBar)) 1412DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1438DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1462DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1469if (e.Command.Equals(DocumentApplicationDocumentViewer.Sign)) 1473else if (e.Command.Equals(DocumentApplicationDocumentViewer.RequestSigners)) 1477else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowSignatureSummary)) 1491DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1505if (e.Command.Equals(DocumentApplicationDocumentViewer.Sign)) 1509else if (e.Command.Equals(DocumentApplicationDocumentViewer.RequestSigners)) 1513else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowSignatureSummary)) 1553DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1563if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMPermissions)) 1567else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMCredentialManager)) 1571else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMPublishingUI)) 1590DocumentApplicationDocumentViewer dv = sender as DocumentApplicationDocumentViewer; 1599if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMCredentialManager)) 1603else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMPermissions)) 1610else if (e.Command.Equals(DocumentApplicationDocumentViewer.ShowRMPublishingUI)) 1648RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPermissions; 1652RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPublishingUI; 2102RoutedUICommand command = new RoutedUICommand(header, name, typeof(DocumentApplicationDocumentViewer), gestures); 2121CommandManager.RegisterClassCommandBinding(typeof(DocumentApplicationDocumentViewer), 2129CommandManager.RegisterClassInputBinding(typeof(DocumentApplicationDocumentViewer), 2154enforcer.AddBinding(new PolicyBinding(DocumentApplicationDocumentViewer.Sign, RightsManagementPolicy.AllowSign)); 2155enforcer.AddBinding(new PolicyBinding(DocumentApplicationDocumentViewer.RequestSigners, RightsManagementPolicy.AllowSign)); 2179private static DocumentApplicationDocumentViewer _singletonInstance;
MS\Internal\Documents\DocumentSignatureManager.cs (4)
241DocumentApplicationDocumentViewer.Instance.RootBrowserWindow; 273DocumentApplicationDocumentViewer.Instance.RootBrowserWindow; 314DocumentApplicationDocumentViewer.Instance.RootBrowserWindow.Handle); 748requestSignatureDialog.ShowDialog(DocumentApplicationDocumentViewer.Instance.RootBrowserWindow);