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