1 type derived from DocumentViewer
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
26
internal sealed class DocumentApplicationDocumentViewer :
DocumentViewer
2 instantiations of DocumentViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4013
DefaultConstructor = delegate () { return new System.Windows.Controls.
DocumentViewer
(); },
System\Windows\Markup\KnownTypes.cs (1)
1229
case KnownElements.DocumentViewer: o = new System.Windows.Controls.
DocumentViewer
(); break;
96 references to DocumentViewer
PresentationFramework (95)
MS\Internal\Documents\DocumentGrid.cs (2)
961
public
DocumentViewer
DocumentViewerOwner
3150
private
DocumentViewer
_documentViewerOwner;
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
51
DocumentViewer
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
" />
204
DocumentViewer
DocumentViewerOwner { get; set; }
MS\Internal\Documents\MultiPageTextView.cs (2)
426
else if (_viewer is
DocumentViewer
)
429
bringIntoViewPending = ((
DocumentViewer
)_viewer).BringPointIntoView(point);
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (3)
18
public DocumentViewerAutomationPeer(
DocumentViewer
owner)
42
DocumentViewer
owner = (
DocumentViewer
)Owner;
System\Windows\Controls\DocumentViewer.cs (78)
357
typeof(
DocumentViewer
),
387
typeof(
DocumentViewer
),
416
typeof(
DocumentViewer
),
444
typeof(
DocumentViewer
),
472
typeof(
DocumentViewer
),
501
typeof(
DocumentViewer
),
529
typeof(
DocumentViewer
),
561
typeof(
DocumentViewer
),
596
typeof(
DocumentViewer
),
624
typeof(
DocumentViewer
),
648
typeof(
DocumentViewer
),
672
typeof(
DocumentViewer
),
698
typeof(
DocumentViewer
),
724
typeof(
DocumentViewer
),
750
typeof(
DocumentViewer
),
777
typeof(
DocumentViewer
),
806
typeof(
DocumentViewer
),
1423
typeof(
DocumentViewer
),
1426
CommandHelpers.RegisterCommandHandler( typeof(
DocumentViewer
),
1438
typeof(
DocumentViewer
),
1441
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1453
typeof(
DocumentViewer
),
1456
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1468
typeof(
DocumentViewer
),
1471
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1481
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1489
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1498
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1507
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1516
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1525
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1534
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1543
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1552
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1561
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1570
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1586
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1600
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1607
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1614
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1621
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1641
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1647
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1653
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1659
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1665
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1676
DocumentViewer
dv = target as
DocumentViewer
;
1782
DocumentViewer
dv = target as
DocumentViewer
;
1889
private static void DoFitToMaxPagesAcross(
DocumentViewer
dv, object data)
1940
private static void DoZoom(
DocumentViewer
dv, object data)
1972
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DocumentViewer
), new FrameworkPropertyMetadata(typeof(
DocumentViewer
)));
1973
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
DocumentViewer
));
2333
DocumentViewer
dv = (
DocumentViewer
)d;
2353
DocumentViewer
dv = (
DocumentViewer
)d;
2370
DocumentViewer
dv = (
DocumentViewer
)d;
2378
DocumentViewer
dv = (
DocumentViewer
)d;
2386
DocumentViewer
dv = (
DocumentViewer
)d;
2395
DocumentViewer
dv = (
DocumentViewer
)d;
2407
DocumentViewer
dv = (
DocumentViewer
) d;
2436
DocumentViewer
dv = (
DocumentViewer
)d;
2448
dv._documentScrollInfo.SetScale(
DocumentViewer
.ZoomToScale(newZoom));
2483
DocumentViewer
dv = (
DocumentViewer
)d;
2513
DocumentViewer
dv = (
DocumentViewer
)d;
2526
DocumentViewer
dv = (
DocumentViewer
)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
259
case 166: t = () => typeof(
DocumentViewer
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4708
Type type = typeof(System.Windows.Controls.
DocumentViewer
);
4709
DependencyProperty dp = System.Windows.Controls.
DocumentViewer
.DocumentProperty;
4711
this.GetXamlType(typeof(System.Windows.Controls.
DocumentViewer
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4010
typeof(System.Windows.Controls.
DocumentViewer
),
System\Windows\Markup\KnownTypes.cs (1)
5713
case KnownElements.DocumentViewer: t = typeof(System.Windows.Controls.
DocumentViewer
); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2083
DocumentViewer
.ViewThumbnailsCommand.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control));