1 type derived from FlowDocumentScrollViewer
PresentationFramework (1)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
129internal class ReaderScrollViewer : FlowDocumentScrollViewer, IFlowDocumentViewer
2 instantiations of FlowDocumentScrollViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4719DefaultConstructor = delegate () { return new System.Windows.Controls.FlowDocumentScrollViewer(); },
System\Windows\Markup\KnownTypes.cs (1)
1266case KnownElements.FlowDocumentScrollViewer: o = new System.Windows.Controls.FlowDocumentScrollViewer(); break;
108 references to FlowDocumentScrollViewer
PresentationFramework (108)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (6)
174FlowDocumentScrollViewer scrollViewer = parent as FlowDocumentScrollViewer; 390FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 428FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer;
MS\Internal\LayoutDump.cs (3)
452AddUIElementDumpHandler(typeof(FlowDocumentScrollViewer), new DumpCustomUIElement(DumpFlowDocumentScrollViewer)); 512FlowDocumentScrollViewer fdsv = element as FlowDocumentScrollViewer;
System\Windows\Annotations\AnnotationHelper.cs (2)
1090FlowDocumentScrollViewer scrollViewer = service.Root as FlowDocumentScrollViewer;
System\Windows\Annotations\AnnotationService.cs (11)
57CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand)); 59CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand)); 61CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand)); 63CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand)); 65CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand)); 67CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand)); 101public AnnotationService(FlowDocumentScrollViewer viewer) 315public static AnnotationService GetService(FlowDocumentScrollViewer viewer) 1085FlowDocumentScrollViewer docScrollViewer = root as FlowDocumentScrollViewer; 1544else if ((viewer is FlowDocumentScrollViewer) || (viewer is FlowDocumentReader))
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (4)
26public FlowDocumentScrollViewerAutomationPeer(FlowDocumentScrollViewer owner) 39FlowDocumentScrollViewer owner = (FlowDocumentScrollViewer)Owner; 89FlowDocument document = ((FlowDocumentScrollViewer)Owner).Document;
System\Windows\Controls\FlowDocumentScrollViewer.cs (71)
53typeof(FlowDocumentScrollViewer), 56_dType = DependencyObjectType.FromSystemTypeInternal(typeof(FlowDocumentScrollViewer)); 58TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 60TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 65EventManager.RegisterClassHandler(typeof(FlowDocumentScrollViewer), RequestBringIntoViewEvent, new RequestBringIntoViewEventHandler(HandleRequestBringIntoView)); 66EventManager.RegisterClassHandler(typeof(FlowDocumentScrollViewer), Keyboard.KeyDownEvent, new KeyEventHandler(KeyDownHandler), true); 356typeof(FlowDocumentScrollViewer), 366typeof(FlowDocumentScrollViewer), 377typeof(FlowDocumentScrollViewer), 388typeof(FlowDocumentScrollViewer), 398typeof(FlowDocumentScrollViewer)); 407typeof(FlowDocumentScrollViewer), 422typeof(FlowDocumentScrollViewer), 437typeof(FlowDocumentScrollViewer), 449typeof(FlowDocumentScrollViewer), 459typeof(FlowDocumentScrollViewer), 467typeof(FlowDocumentScrollViewer), 474TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 480TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 486TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 492TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 1320_commandLineDown = new RoutedUICommand(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer)); 1321_commandLineUp = new RoutedUICommand(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer)); 1322_commandLineLeft = new RoutedUICommand(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer)); 1323_commandLineRight = new RoutedUICommand(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer)); 1326TextEditor.RegisterCommandHandlers(typeof(FlowDocumentScrollViewer), /*acceptsRichContent:*/true, /*readOnly:*/!IsEditingEnabled, /*registerEventListeners*/true); 1329CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Find, 1333CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1337CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.CancelPrint, 1341CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.PreviousPage, 1345CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.NextPage, 1349CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1353CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1357CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.IncreaseZoom, 1361CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1365CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineDown, 1369CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineUp, 1373CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineLeft, 1377CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineRight, 1388FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1430FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1548DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentScrollViewer)sender)._findToolBarHost); 1588Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1589((FlowDocumentScrollViewer)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue); 1600Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1601FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1618Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1619FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1643Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1644FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1655Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1656FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1667Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1668FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1693if (sender != null && sender is FlowDocumentScrollViewer) 1695((FlowDocumentScrollViewer)sender).HandleRequestBringIntoView(args); 1704Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1705FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1715Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1716FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1729FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d;
System\Windows\Controls\Primitives\BulletDecorator.cs (4)
417private FlowDocumentScrollViewer FindFlowDocumentScrollViewer(Visual root) 419FlowDocumentScrollViewer text = root as FlowDocumentScrollViewer; 427return VisualTreeHelper.GetChild(cp, 0) as FlowDocumentScrollViewer;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
305case 212: t = () => typeof(FlowDocumentScrollViewer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2506Type type = typeof(System.Windows.Controls.FlowDocumentScrollViewer); 2507DependencyProperty dp = System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty; 2509this.GetXamlType(typeof(System.Windows.Controls.FlowDocumentScrollViewer)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4716typeof(System.Windows.Controls.FlowDocumentScrollViewer),
System\Windows\Markup\KnownTypes.cs (2)
1761return System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty; 5759case KnownElements.FlowDocumentScrollViewer: t = typeof(System.Windows.Controls.FlowDocumentScrollViewer); break;