1 type derived from FlowDocumentScrollViewer
PresentationFramework (1)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
134
internal class ReaderScrollViewer :
FlowDocumentScrollViewer
, IFlowDocumentViewer
2 instantiations of FlowDocumentScrollViewer
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4359
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
FlowDocumentScrollViewer
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1274
case KnownElements.FlowDocumentScrollViewer: o = new System.Windows.Controls.
FlowDocumentScrollViewer
(); break;
108 references to FlowDocumentScrollViewer
PresentationFramework (108)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (6)
190
FlowDocumentScrollViewer
scrollViewer = parent as
FlowDocumentScrollViewer
;
410
FlowDocumentScrollViewer
scrollViewer = PathNode.GetParent(content) as
FlowDocumentScrollViewer
;
448
FlowDocumentScrollViewer
scrollViewer = PathNode.GetParent(content) as
FlowDocumentScrollViewer
;
src\Framework\MS\Internal\LayoutDump.cs (3)
457
AddUIElementDumpHandler(typeof(
FlowDocumentScrollViewer
), new DumpCustomUIElement(DumpFlowDocumentScrollViewer));
517
FlowDocumentScrollViewer
fdsv = element as
FlowDocumentScrollViewer
;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
1116
FlowDocumentScrollViewer
scrollViewer = service.Root as
FlowDocumentScrollViewer
;
src\Framework\System\Windows\Annotations\AnnotationService.cs (11)
82
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
84
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
86
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
88
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
90
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
92
CommandManager.RegisterClassCommandBinding(typeof(
FlowDocumentScrollViewer
), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
127
public AnnotationService(
FlowDocumentScrollViewer
viewer)
347
public static AnnotationService GetService(
FlowDocumentScrollViewer
viewer)
1141
FlowDocumentScrollViewer
docScrollViewer = root as
FlowDocumentScrollViewer
;
1602
else if ((viewer is
FlowDocumentScrollViewer
) || (viewer is FlowDocumentReader))
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (4)
29
public FlowDocumentScrollViewerAutomationPeer(
FlowDocumentScrollViewer
owner)
42
FlowDocumentScrollViewer
owner = (
FlowDocumentScrollViewer
)Owner;
92
FlowDocument document = ((
FlowDocumentScrollViewer
)Owner).Document;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (71)
58
typeof(
FlowDocumentScrollViewer
),
61
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
FlowDocumentScrollViewer
));
63
TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(
FlowDocumentScrollViewer
),
65
TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(
FlowDocumentScrollViewer
),
70
EventManager.RegisterClassHandler(typeof(
FlowDocumentScrollViewer
), RequestBringIntoViewEvent, new RequestBringIntoViewEventHandler(HandleRequestBringIntoView));
71
EventManager.RegisterClassHandler(typeof(
FlowDocumentScrollViewer
), Keyboard.KeyDownEvent, new KeyEventHandler(KeyDownHandler), true);
361
typeof(
FlowDocumentScrollViewer
),
371
typeof(
FlowDocumentScrollViewer
),
382
typeof(
FlowDocumentScrollViewer
),
393
typeof(
FlowDocumentScrollViewer
),
403
typeof(
FlowDocumentScrollViewer
));
412
typeof(
FlowDocumentScrollViewer
),
427
typeof(
FlowDocumentScrollViewer
),
442
typeof(
FlowDocumentScrollViewer
),
454
typeof(
FlowDocumentScrollViewer
),
464
typeof(
FlowDocumentScrollViewer
),
472
typeof(
FlowDocumentScrollViewer
),
479
TextBoxBase.SelectionBrushProperty.AddOwner(typeof(
FlowDocumentScrollViewer
));
485
TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(
FlowDocumentScrollViewer
));
491
TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(
FlowDocumentScrollViewer
));
497
TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(
FlowDocumentScrollViewer
));
1341
_commandLineDown = new RoutedUICommand(String.Empty, "FDSV_LineDown", typeof(
FlowDocumentScrollViewer
));
1342
_commandLineUp = new RoutedUICommand(String.Empty, "FDSV_LineUp", typeof(
FlowDocumentScrollViewer
));
1343
_commandLineLeft = new RoutedUICommand(String.Empty, "FDSV_LineLeft", typeof(
FlowDocumentScrollViewer
));
1344
_commandLineRight = new RoutedUICommand(String.Empty, "FDSV_LineRight", typeof(
FlowDocumentScrollViewer
));
1347
TextEditor.RegisterCommandHandlers(typeof(
FlowDocumentScrollViewer
), /*acceptsRichContent:*/true, /*readOnly:*/!IsEditingEnabled, /*registerEventListeners*/true);
1350
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), ApplicationCommands.Find,
1354
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), ApplicationCommands.Print,
1358
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), ApplicationCommands.CancelPrint,
1362
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.PreviousPage,
1366
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.NextPage,
1370
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.FirstPage,
1374
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.LastPage,
1378
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.IncreaseZoom,
1382
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), NavigationCommands.DecreaseZoom,
1386
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), _commandLineDown,
1390
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), _commandLineUp,
1394
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), _commandLineLeft,
1398
CommandHelpers.RegisterCommandHandler(typeof(
FlowDocumentScrollViewer
), _commandLineRight,
1409
FlowDocumentScrollViewer
viewer = target as
FlowDocumentScrollViewer
;
1451
FlowDocumentScrollViewer
viewer = target as
FlowDocumentScrollViewer
;
1593
DocumentViewerHelper.KeyDownHelper(e, ((
FlowDocumentScrollViewer
)sender)._findToolBarHost);
1633
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1634
((
FlowDocumentScrollViewer
)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue);
1645
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1646
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1663
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1664
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1688
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1689
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1700
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1701
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1712
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1713
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1738
if (sender != null && sender is
FlowDocumentScrollViewer
)
1740
((
FlowDocumentScrollViewer
)sender).HandleRequestBringIntoView(args);
1749
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1750
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1760
Invariant.Assert(d != null && d is
FlowDocumentScrollViewer
);
1761
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
1774
FlowDocumentScrollViewer
viewer = (
FlowDocumentScrollViewer
)d;
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (4)
425
private
FlowDocumentScrollViewer
FindFlowDocumentScrollViewer(Visual root)
427
FlowDocumentScrollViewer
text = root as
FlowDocumentScrollViewer
;
435
return VisualTreeHelper.GetChild(cp, 0) as
FlowDocumentScrollViewer
;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
304
case 212: t = () => typeof(
FlowDocumentScrollViewer
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2437
Type type = typeof(System.Windows.Controls.
FlowDocumentScrollViewer
);
2438
DependencyProperty dp = System.Windows.Controls.
FlowDocumentScrollViewer
.DocumentProperty;
2440
this.GetXamlType(typeof(System.Windows.Controls.
FlowDocumentScrollViewer
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4357
typeof(System.Windows.Controls.
FlowDocumentScrollViewer
),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1769
return System.Windows.Controls.
FlowDocumentScrollViewer
.DocumentProperty;
5756
case KnownElements.FlowDocumentScrollViewer: t = typeof(System.Windows.Controls.
FlowDocumentScrollViewer
); break;