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); 353typeof(FlowDocumentScrollViewer), 363typeof(FlowDocumentScrollViewer), 374typeof(FlowDocumentScrollViewer), 385typeof(FlowDocumentScrollViewer), 395typeof(FlowDocumentScrollViewer)); 404typeof(FlowDocumentScrollViewer), 419typeof(FlowDocumentScrollViewer), 434typeof(FlowDocumentScrollViewer), 446typeof(FlowDocumentScrollViewer), 456typeof(FlowDocumentScrollViewer), 464typeof(FlowDocumentScrollViewer), 471TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 477TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 483TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 489TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 1308_commandLineDown = new RoutedUICommand(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer)); 1309_commandLineUp = new RoutedUICommand(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer)); 1310_commandLineLeft = new RoutedUICommand(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer)); 1311_commandLineRight = new RoutedUICommand(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer)); 1314TextEditor.RegisterCommandHandlers(typeof(FlowDocumentScrollViewer), /*acceptsRichContent:*/true, /*readOnly:*/!IsEditingEnabled, /*registerEventListeners*/true); 1317CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Find, 1321CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1325CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.CancelPrint, 1329CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.PreviousPage, 1333CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.NextPage, 1337CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1341CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1345CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.IncreaseZoom, 1349CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1353CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineDown, 1357CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineUp, 1361CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineLeft, 1365CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineRight, 1376FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1418FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1536DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentScrollViewer)sender)._findToolBarHost); 1576Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1577((FlowDocumentScrollViewer)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue); 1588Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1589FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1606Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1607FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1631Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1632FlowDocumentScrollViewer 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; 1681if (sender != null && sender is FlowDocumentScrollViewer) 1683((FlowDocumentScrollViewer)sender).HandleRequestBringIntoView(args); 1692Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1693FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1703Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1704FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1714FlowDocumentScrollViewer 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;