1 type derived from FlowDocumentScrollViewer
PresentationFramework (1)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
130internal class ReaderScrollViewer : FlowDocumentScrollViewer, IFlowDocumentViewer
2 instantiations of FlowDocumentScrollViewer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4720DefaultConstructor = delegate () { return new System.Windows.Controls.FlowDocumentScrollViewer(); },
System\Windows\Markup\KnownTypes.cs (1)
1267case KnownElements.FlowDocumentScrollViewer: o = new System.Windows.Controls.FlowDocumentScrollViewer(); break;
108 references to FlowDocumentScrollViewer
PresentationFramework (108)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (6)
175FlowDocumentScrollViewer scrollViewer = parent as FlowDocumentScrollViewer; 391FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 429FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer;
MS\Internal\LayoutDump.cs (3)
453AddUIElementDumpHandler(typeof(FlowDocumentScrollViewer), new DumpCustomUIElement(DumpFlowDocumentScrollViewer)); 513FlowDocumentScrollViewer fdsv = element as FlowDocumentScrollViewer;
System\Windows\Annotations\AnnotationHelper.cs (2)
1091FlowDocumentScrollViewer scrollViewer = service.Root as FlowDocumentScrollViewer;
System\Windows\Annotations\AnnotationService.cs (11)
58CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand)); 60CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand)); 62CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand)); 64CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand)); 66CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand)); 68CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand)); 102public AnnotationService(FlowDocumentScrollViewer viewer) 316public static AnnotationService GetService(FlowDocumentScrollViewer viewer) 1086FlowDocumentScrollViewer docScrollViewer = root as FlowDocumentScrollViewer; 1545else if ((viewer is FlowDocumentScrollViewer) || (viewer is FlowDocumentReader))
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (4)
27public FlowDocumentScrollViewerAutomationPeer(FlowDocumentScrollViewer owner) 40FlowDocumentScrollViewer owner = (FlowDocumentScrollViewer)Owner; 90FlowDocument document = ((FlowDocumentScrollViewer)Owner).Document;
System\Windows\Controls\FlowDocumentScrollViewer.cs (71)
54typeof(FlowDocumentScrollViewer), 57_dType = DependencyObjectType.FromSystemTypeInternal(typeof(FlowDocumentScrollViewer)); 59TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 61TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 66EventManager.RegisterClassHandler(typeof(FlowDocumentScrollViewer), RequestBringIntoViewEvent, new RequestBringIntoViewEventHandler(HandleRequestBringIntoView)); 67EventManager.RegisterClassHandler(typeof(FlowDocumentScrollViewer), Keyboard.KeyDownEvent, new KeyEventHandler(KeyDownHandler), true); 357typeof(FlowDocumentScrollViewer), 367typeof(FlowDocumentScrollViewer), 378typeof(FlowDocumentScrollViewer), 389typeof(FlowDocumentScrollViewer), 399typeof(FlowDocumentScrollViewer)); 408typeof(FlowDocumentScrollViewer), 423typeof(FlowDocumentScrollViewer), 438typeof(FlowDocumentScrollViewer), 450typeof(FlowDocumentScrollViewer), 460typeof(FlowDocumentScrollViewer), 468typeof(FlowDocumentScrollViewer), 475TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 481TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 487TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 493TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 1321_commandLineDown = new RoutedUICommand(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer)); 1322_commandLineUp = new RoutedUICommand(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer)); 1323_commandLineLeft = new RoutedUICommand(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer)); 1324_commandLineRight = new RoutedUICommand(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer)); 1327TextEditor.RegisterCommandHandlers(typeof(FlowDocumentScrollViewer), /*acceptsRichContent:*/true, /*readOnly:*/!IsEditingEnabled, /*registerEventListeners*/true); 1330CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Find, 1334CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1338CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.CancelPrint, 1342CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.PreviousPage, 1346CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.NextPage, 1350CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1354CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1358CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.IncreaseZoom, 1362CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1366CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineDown, 1370CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineUp, 1374CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineLeft, 1378CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineRight, 1389FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1431FlowDocumentScrollViewer viewer = target as FlowDocumentScrollViewer; 1549DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentScrollViewer)sender)._findToolBarHost); 1589Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1590((FlowDocumentScrollViewer)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue); 1601Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1602FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1619Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1620FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1644Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1645FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1656Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1657FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1668Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1669FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1694if (sender != null && sender is FlowDocumentScrollViewer) 1696((FlowDocumentScrollViewer)sender).HandleRequestBringIntoView(args); 1705Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1706FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1716Invariant.Assert(d != null && d is FlowDocumentScrollViewer); 1717FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d; 1730FlowDocumentScrollViewer viewer = (FlowDocumentScrollViewer)d;
System\Windows\Controls\Primitives\BulletDecorator.cs (4)
418private FlowDocumentScrollViewer FindFlowDocumentScrollViewer(Visual root) 420FlowDocumentScrollViewer text = root as FlowDocumentScrollViewer; 428return VisualTreeHelper.GetChild(cp, 0) as FlowDocumentScrollViewer;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
306case 212: t = () => typeof(FlowDocumentScrollViewer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2507Type type = typeof(System.Windows.Controls.FlowDocumentScrollViewer); 2508DependencyProperty dp = System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty; 2510this.GetXamlType(typeof(System.Windows.Controls.FlowDocumentScrollViewer)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4717typeof(System.Windows.Controls.FlowDocumentScrollViewer),
System\Windows\Markup\KnownTypes.cs (2)
1762return System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty; 5760case KnownElements.FlowDocumentScrollViewer: t = typeof(System.Windows.Controls.FlowDocumentScrollViewer); break;