1 type derived from DocumentViewer
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
31
internal sealed class DocumentApplicationDocumentViewer :
DocumentViewer
2 instantiations of DocumentViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3737
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
DocumentViewer
(); };
System\Windows\Markup\KnownTypes.cs (1)
1236
case KnownElements.DocumentViewer: o = new System.Windows.Controls.
DocumentViewer
(); break;
100 references to DocumentViewer
PresentationFramework (99)
MS\Internal\AppModel\OleCmdHelper.cs (4)
234
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_PageWidth, new CommandWithArgument(
DocumentViewer
.FitToWidthCommand));
235
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_WholePage, new CommandWithArgument(
DocumentViewer
.FitToHeightCommand));
236
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_TwoPages, new CommandWithArgument(
DocumentViewer
.FitToMaxPagesAcrossCommand, 2));
237
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_Thumbnails, new CommandWithArgument(
DocumentViewer
.ViewThumbnailsCommand));
MS\Internal\Documents\DocumentGrid.cs (2)
965
public
DocumentViewer
DocumentViewerOwner
3161
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)
361
typeof(
DocumentViewer
),
391
typeof(
DocumentViewer
),
420
typeof(
DocumentViewer
),
448
typeof(
DocumentViewer
),
476
typeof(
DocumentViewer
),
505
typeof(
DocumentViewer
),
533
typeof(
DocumentViewer
),
565
typeof(
DocumentViewer
),
600
typeof(
DocumentViewer
),
628
typeof(
DocumentViewer
),
652
typeof(
DocumentViewer
),
676
typeof(
DocumentViewer
),
702
typeof(
DocumentViewer
),
728
typeof(
DocumentViewer
),
754
typeof(
DocumentViewer
),
781
typeof(
DocumentViewer
),
810
typeof(
DocumentViewer
),
1481
typeof(
DocumentViewer
),
1484
CommandHelpers.RegisterCommandHandler( typeof(
DocumentViewer
),
1496
typeof(
DocumentViewer
),
1499
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1511
typeof(
DocumentViewer
),
1514
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1526
typeof(
DocumentViewer
),
1529
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1539
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1547
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1556
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1565
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1574
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1583
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1592
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1601
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1610
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1619
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1628
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1644
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1658
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1665
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1672
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1679
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1697
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1703
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1707
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1713
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1717
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1728
DocumentViewer
dv = target as
DocumentViewer
;
1834
DocumentViewer
dv = target as
DocumentViewer
;
1941
private static void DoFitToMaxPagesAcross(
DocumentViewer
dv, object data)
1992
private static void DoZoom(
DocumentViewer
dv, object data)
2024
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DocumentViewer
), new FrameworkPropertyMetadata(typeof(
DocumentViewer
)));
2025
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
DocumentViewer
));
2390
DocumentViewer
dv = (
DocumentViewer
)d;
2410
DocumentViewer
dv = (
DocumentViewer
)d;
2427
DocumentViewer
dv = (
DocumentViewer
)d;
2435
DocumentViewer
dv = (
DocumentViewer
)d;
2443
DocumentViewer
dv = (
DocumentViewer
)d;
2452
DocumentViewer
dv = (
DocumentViewer
)d;
2464
DocumentViewer
dv = (
DocumentViewer
) d;
2496
DocumentViewer
dv = (
DocumentViewer
)d;
2508
dv._documentScrollInfo.SetScale(
DocumentViewer
.ZoomToScale(newZoom));
2543
DocumentViewer
dv = (
DocumentViewer
)d;
2573
DocumentViewer
dv = (
DocumentViewer
)d;
2589
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)
4453
Type type = typeof(System.Windows.Controls.
DocumentViewer
);
4454
DependencyProperty dp = System.Windows.Controls.
DocumentViewer
.DocumentProperty;
4456
this.GetXamlType(typeof(System.Windows.Controls.
DocumentViewer
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3735
typeof(System.Windows.Controls.
DocumentViewer
),
System\Windows\Markup\KnownTypes.cs (1)
5720
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));