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