1 type derived from DocumentViewer
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
26internal sealed class DocumentApplicationDocumentViewer : DocumentViewer
2 instantiations of DocumentViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4013DefaultConstructor = delegate () { return new System.Windows.Controls.DocumentViewer(); },
System\Windows\Markup\KnownTypes.cs (1)
1229case KnownElements.DocumentViewer: o = new System.Windows.Controls.DocumentViewer(); break;
96 references to DocumentViewer
PresentationFramework (95)
MS\Internal\Documents\DocumentGrid.cs (2)
964public DocumentViewer DocumentViewerOwner 3153private DocumentViewer _documentViewerOwner;
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
51DocumentViewer dv = sender as DocumentViewer;
MS\Internal\Documents\IDocumentScrollInfo.cs (2)
18/// An IDocumentScrollInfo serves as the main scrolling region inside a <see cref="System.Windows.Controls.DocumentViewer" /> 204DocumentViewer DocumentViewerOwner { get; set; }
MS\Internal\Documents\MultiPageTextView.cs (2)
426else if (_viewer is DocumentViewer) 429bringIntoViewPending = ((DocumentViewer)_viewer).BringPointIntoView(point);
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (3)
18public DocumentViewerAutomationPeer(DocumentViewer owner) 42DocumentViewer owner = (DocumentViewer)Owner;
System\Windows\Controls\DocumentViewer.cs (78)
357typeof(DocumentViewer), 387typeof(DocumentViewer), 416typeof(DocumentViewer), 444typeof(DocumentViewer), 472typeof(DocumentViewer), 501typeof(DocumentViewer), 529typeof(DocumentViewer), 561typeof(DocumentViewer), 596typeof(DocumentViewer), 624typeof(DocumentViewer), 648typeof(DocumentViewer), 672typeof(DocumentViewer), 698typeof(DocumentViewer), 724typeof(DocumentViewer), 750typeof(DocumentViewer), 777typeof(DocumentViewer), 806typeof(DocumentViewer), 1426typeof(DocumentViewer), 1429CommandHelpers.RegisterCommandHandler( typeof(DocumentViewer), 1441typeof(DocumentViewer), 1444CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1456typeof(DocumentViewer), 1459CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1471typeof(DocumentViewer), 1474CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1484CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1492CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1501CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1510CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1519CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1528CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1537CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1546CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1555CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1564CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1573CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1589CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1603CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1610CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1617CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1624CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1644CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1650new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1656CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1662new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1668CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1679DocumentViewer dv = target as DocumentViewer; 1785DocumentViewer dv = target as DocumentViewer; 1892private static void DoFitToMaxPagesAcross(DocumentViewer dv, object data) 1943private static void DoZoom(DocumentViewer dv, object data) 1975DefaultStyleKeyProperty.OverrideMetadata(typeof(DocumentViewer), new FrameworkPropertyMetadata(typeof(DocumentViewer))); 1976_dType = DependencyObjectType.FromSystemTypeInternal(typeof(DocumentViewer)); 2336DocumentViewer dv = (DocumentViewer)d; 2356DocumentViewer dv = (DocumentViewer)d; 2373DocumentViewer dv = (DocumentViewer)d; 2381DocumentViewer dv = (DocumentViewer)d; 2389DocumentViewer dv = (DocumentViewer)d; 2398DocumentViewer dv = (DocumentViewer)d; 2410DocumentViewer dv = (DocumentViewer) d; 2442DocumentViewer dv = (DocumentViewer)d; 2454dv._documentScrollInfo.SetScale(DocumentViewer.ZoomToScale(newZoom)); 2489DocumentViewer dv = (DocumentViewer)d; 2519DocumentViewer dv = (DocumentViewer)d; 2535DocumentViewer dv = (DocumentViewer)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
259case 166: t = () => typeof(DocumentViewer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4708Type type = typeof(System.Windows.Controls.DocumentViewer); 4709DependencyProperty dp = System.Windows.Controls.DocumentViewer.DocumentProperty; 4711this.GetXamlType(typeof(System.Windows.Controls.DocumentViewer)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4010typeof(System.Windows.Controls.DocumentViewer),
System\Windows\Markup\KnownTypes.cs (1)
5713case KnownElements.DocumentViewer: t = typeof(System.Windows.Controls.DocumentViewer); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2083DocumentViewer.ViewThumbnailsCommand.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control));