1 type derived from DocumentViewer
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
27internal sealed class DocumentApplicationDocumentViewer : DocumentViewer
2 instantiations of DocumentViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4014DefaultConstructor = delegate () { return new System.Windows.Controls.DocumentViewer(); },
System\Windows\Markup\KnownTypes.cs (1)
1230case KnownElements.DocumentViewer: o = new System.Windows.Controls.DocumentViewer(); break;
96 references to DocumentViewer
PresentationFramework (95)
MS\Internal\Documents\DocumentGrid.cs (2)
965public DocumentViewer DocumentViewerOwner 3154private DocumentViewer _documentViewerOwner;
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
52DocumentViewer dv = sender as DocumentViewer;
MS\Internal\Documents\IDocumentScrollInfo.cs (2)
19/// An IDocumentScrollInfo serves as the main scrolling region inside a <see cref="System.Windows.Controls.DocumentViewer" /> 205DocumentViewer DocumentViewerOwner { get; set; }
MS\Internal\Documents\MultiPageTextView.cs (2)
427else if (_viewer is DocumentViewer) 430bringIntoViewPending = ((DocumentViewer)_viewer).BringPointIntoView(point);
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (3)
19public DocumentViewerAutomationPeer(DocumentViewer owner) 43DocumentViewer owner = (DocumentViewer)Owner;
System\Windows\Controls\DocumentViewer.cs (78)
358typeof(DocumentViewer), 388typeof(DocumentViewer), 417typeof(DocumentViewer), 445typeof(DocumentViewer), 473typeof(DocumentViewer), 502typeof(DocumentViewer), 530typeof(DocumentViewer), 562typeof(DocumentViewer), 597typeof(DocumentViewer), 625typeof(DocumentViewer), 649typeof(DocumentViewer), 673typeof(DocumentViewer), 699typeof(DocumentViewer), 725typeof(DocumentViewer), 751typeof(DocumentViewer), 778typeof(DocumentViewer), 807typeof(DocumentViewer), 1427typeof(DocumentViewer), 1430CommandHelpers.RegisterCommandHandler( typeof(DocumentViewer), 1442typeof(DocumentViewer), 1445CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1457typeof(DocumentViewer), 1460CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1472typeof(DocumentViewer), 1475CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1485CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1493CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1502CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1511CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1520CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1529CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1538CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1547CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1556CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1565CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1574CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1590CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1604CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1611CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1618CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1625CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1645CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1651new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1657CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1663new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1669CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1680DocumentViewer dv = target as DocumentViewer; 1786DocumentViewer dv = target as DocumentViewer; 1893private static void DoFitToMaxPagesAcross(DocumentViewer dv, object data) 1944private static void DoZoom(DocumentViewer dv, object data) 1976DefaultStyleKeyProperty.OverrideMetadata(typeof(DocumentViewer), new FrameworkPropertyMetadata(typeof(DocumentViewer))); 1977_dType = DependencyObjectType.FromSystemTypeInternal(typeof(DocumentViewer)); 2337DocumentViewer dv = (DocumentViewer)d; 2357DocumentViewer dv = (DocumentViewer)d; 2374DocumentViewer dv = (DocumentViewer)d; 2382DocumentViewer dv = (DocumentViewer)d; 2390DocumentViewer dv = (DocumentViewer)d; 2399DocumentViewer dv = (DocumentViewer)d; 2411DocumentViewer dv = (DocumentViewer) d; 2443DocumentViewer dv = (DocumentViewer)d; 2455dv._documentScrollInfo.SetScale(DocumentViewer.ZoomToScale(newZoom)); 2490DocumentViewer dv = (DocumentViewer)d; 2520DocumentViewer dv = (DocumentViewer)d; 2536DocumentViewer dv = (DocumentViewer)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
260case 166: t = () => typeof(DocumentViewer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4709Type type = typeof(System.Windows.Controls.DocumentViewer); 4710DependencyProperty dp = System.Windows.Controls.DocumentViewer.DocumentProperty; 4712this.GetXamlType(typeof(System.Windows.Controls.DocumentViewer)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4011typeof(System.Windows.Controls.DocumentViewer),
System\Windows\Markup\KnownTypes.cs (1)
5714case KnownElements.DocumentViewer: t = typeof(System.Windows.Controls.DocumentViewer); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2084DocumentViewer.ViewThumbnailsCommand.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control));