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)
964
public
DocumentViewer
DocumentViewerOwner
3153
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
),
1426
typeof(
DocumentViewer
),
1429
CommandHelpers.RegisterCommandHandler( typeof(
DocumentViewer
),
1441
typeof(
DocumentViewer
),
1444
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1456
typeof(
DocumentViewer
),
1459
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1471
typeof(
DocumentViewer
),
1474
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1484
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1492
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1501
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1510
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1519
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1528
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1537
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1546
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1555
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1564
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1573
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1589
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1603
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1610
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1617
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1624
CommandHelpers.RegisterCommandHandler(typeof(
DocumentViewer
),
1644
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1650
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1656
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1662
new InputBinding(
DocumentViewer
.FitToMaxPagesAcrossCommand,
1668
CommandManager.RegisterClassInputBinding(typeof(
DocumentViewer
),
1679
DocumentViewer
dv = target as
DocumentViewer
;
1785
DocumentViewer
dv = target as
DocumentViewer
;
1892
private static void DoFitToMaxPagesAcross(
DocumentViewer
dv, object data)
1943
private static void DoZoom(
DocumentViewer
dv, object data)
1975
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DocumentViewer
), new FrameworkPropertyMetadata(typeof(
DocumentViewer
)));
1976
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
DocumentViewer
));
2336
DocumentViewer
dv = (
DocumentViewer
)d;
2356
DocumentViewer
dv = (
DocumentViewer
)d;
2373
DocumentViewer
dv = (
DocumentViewer
)d;
2381
DocumentViewer
dv = (
DocumentViewer
)d;
2389
DocumentViewer
dv = (
DocumentViewer
)d;
2398
DocumentViewer
dv = (
DocumentViewer
)d;
2410
DocumentViewer
dv = (
DocumentViewer
) d;
2442
DocumentViewer
dv = (
DocumentViewer
)d;
2454
dv._documentScrollInfo.SetScale(
DocumentViewer
.ZoomToScale(newZoom));
2489
DocumentViewer
dv = (
DocumentViewer
)d;
2519
DocumentViewer
dv = (
DocumentViewer
)d;
2535
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));