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)
961public DocumentViewer DocumentViewerOwner 3150private 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), 1423typeof(DocumentViewer), 1426CommandHelpers.RegisterCommandHandler( typeof(DocumentViewer), 1438typeof(DocumentViewer), 1441CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1453typeof(DocumentViewer), 1456CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1468typeof(DocumentViewer), 1471CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1481CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1489CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1498CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1507CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1516CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1525CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1534CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1543CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1552CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1561CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1570CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1586CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1600CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1607CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1614CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1621CommandHelpers.RegisterCommandHandler(typeof(DocumentViewer), 1641CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1647new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1653CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1659new InputBinding(DocumentViewer.FitToMaxPagesAcrossCommand, 1665CommandManager.RegisterClassInputBinding(typeof(DocumentViewer), 1676DocumentViewer dv = target as DocumentViewer; 1782DocumentViewer dv = target as DocumentViewer; 1889private static void DoFitToMaxPagesAcross(DocumentViewer dv, object data) 1940private static void DoZoom(DocumentViewer dv, object data) 1972DefaultStyleKeyProperty.OverrideMetadata(typeof(DocumentViewer), new FrameworkPropertyMetadata(typeof(DocumentViewer))); 1973_dType = DependencyObjectType.FromSystemTypeInternal(typeof(DocumentViewer)); 2333DocumentViewer dv = (DocumentViewer)d; 2353DocumentViewer dv = (DocumentViewer)d; 2370DocumentViewer dv = (DocumentViewer)d; 2378DocumentViewer dv = (DocumentViewer)d; 2386DocumentViewer dv = (DocumentViewer)d; 2395DocumentViewer dv = (DocumentViewer)d; 2407DocumentViewer dv = (DocumentViewer) d; 2436DocumentViewer dv = (DocumentViewer)d; 2448dv._documentScrollInfo.SetScale(DocumentViewer.ZoomToScale(newZoom)); 2483DocumentViewer dv = (DocumentViewer)d; 2513DocumentViewer dv = (DocumentViewer)d; 2526DocumentViewer 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));