2 instantiations of FlowDocumentReader
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4346bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.FlowDocumentReader(); };
System\Windows\Markup\KnownTypes.cs (1)
1272case KnownElements.FlowDocumentReader: o = new System.Windows.Controls.FlowDocumentReader(); break;
111 references to FlowDocumentReader
PresentationFramework (111)
System\Windows\Annotations\AnnotationHelper.cs (9)
199FlowDocumentReader fdr = service.Root as FlowDocumentReader; 583FlowDocumentReader fdr = service.Root as FlowDocumentReader; 668internal static object GetFdrHost(FlowDocumentReader fdr) 1055FlowDocumentReader reader = viewer as FlowDocumentReader; 1106FlowDocumentReader reader = service.Root as FlowDocumentReader;
System\Windows\Annotations\AnnotationService.cs (11)
83CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand)); 85CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand)); 87CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand)); 89CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand)); 91CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand)); 93CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand)); 128public AnnotationService(FlowDocumentReader viewer) 314public static AnnotationService GetService(FlowDocumentReader reader) 1095FlowDocumentReader reader = root as FlowDocumentReader; 1562else if ((viewer is FlowDocumentScrollViewer) || (viewer is FlowDocumentReader))
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (6)
26public FlowDocumentReaderAutomationPeer(FlowDocumentReader owner) 61FlowDocument document = ((FlowDocumentReader)Owner).Document; 118if (e.Property == FlowDocumentReader.IsPageViewEnabledProperty) 125else if (e.Property == FlowDocumentReader.IsTwoPageViewEnabledProperty) 189private FlowDocumentReader FlowDocumentReader 191get { return (FlowDocumentReader)Owner; }
System\Windows\Controls\FlowDocumentReader.cs (77)
52typeof(FlowDocumentReader), 55_dType = DependencyObjectType.FromSystemTypeInternal(typeof(FlowDocumentReader)); 57TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentReader), 59TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentReader), 64EventManager.RegisterClassHandler(typeof(FlowDocumentReader), Keyboard.KeyDownEvent, new KeyEventHandler(KeyDownHandler), true); 409typeof(FlowDocumentReader), 423typeof(FlowDocumentReader), 435typeof(FlowDocumentReader), 447typeof(FlowDocumentReader), 459typeof(FlowDocumentReader), 474typeof(FlowDocumentReader), 488typeof(FlowDocumentReader), 503typeof(FlowDocumentReader), 518typeof(FlowDocumentReader), 530typeof(FlowDocumentReader), 542typeof(FlowDocumentReader), 552typeof(FlowDocumentReader), 563typeof(FlowDocumentReader), 574typeof(FlowDocumentReader), 584typeof(FlowDocumentReader)); 593typeof(FlowDocumentReader), 608typeof(FlowDocumentReader), 620TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader)); 626TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader)); 632TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader)); 638TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader)); 655public static readonly RoutedUICommand SwitchViewingModeCommand = new RoutedUICommand(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null); 1336CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), FlowDocumentReader.SwitchViewingModeCommand, 1340CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Find, 1344CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Print, 1348CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.CancelPrint, 1352CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.PreviousPage, 1356CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.NextPage, 1360CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1364CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.LastPage, 1368CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.IncreaseZoom, 1372CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.DecreaseZoom, 1383FlowDocumentReader viewer = target as FlowDocumentReader; 1397if (args.Command == FlowDocumentReader.SwitchViewingModeCommand) 1441FlowDocumentReader viewer = target as FlowDocumentReader; 1445if (args.Command == FlowDocumentReader.SwitchViewingModeCommand) 1628DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentReader)sender)._findToolBarHost); 1640Invariant.Assert(d != null && d is FlowDocumentReader); 1641FlowDocumentReader viewer = (FlowDocumentReader)d; 1675Invariant.Assert(d != null && d is FlowDocumentReader); 1676FlowDocumentReader viewer = (FlowDocumentReader)d; 1705Invariant.Assert(d != null && d is FlowDocumentReader); 1706FlowDocumentReader viewer = (FlowDocumentReader)d; 1726Invariant.Assert(d != null && d is FlowDocumentReader); 1727FlowDocumentReader viewer = (FlowDocumentReader)d; 1738Invariant.Assert(d != null && d is FlowDocumentReader); 1739FlowDocumentReader viewer = (FlowDocumentReader)d; 1751Invariant.Assert(d != null && d is FlowDocumentReader); 1752FlowDocumentReader viewer = (FlowDocumentReader)d; 1766Invariant.Assert(d != null && d is FlowDocumentReader); 1767FlowDocumentReader viewer = (FlowDocumentReader)d; 1791Invariant.Assert(d != null && d is FlowDocumentReader); 1792FlowDocumentReader viewer = (FlowDocumentReader)d; 1803Invariant.Assert(d != null && d is FlowDocumentReader); 1804FlowDocumentReader viewer = (FlowDocumentReader)d; 1815Invariant.Assert(d != null && d is FlowDocumentReader); 1816FlowDocumentReader viewer = (FlowDocumentReader)d; 1839FlowDocumentReader reader = (FlowDocumentReader)d;
System\windows\Documents\CaretElement.cs (1)
845if (node is FlowDocumentReader)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
307case 211: t = () => typeof(FlowDocumentReader); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2429Type type = typeof(System.Windows.Controls.FlowDocumentReader); 2430DependencyProperty dp = System.Windows.Controls.FlowDocumentReader.DocumentProperty; 2432this.GetXamlType(typeof(System.Windows.Controls.FlowDocumentReader)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4344typeof(System.Windows.Controls.FlowDocumentReader),
System\Windows\Markup\KnownTypes.cs (2)
1766return System.Windows.Controls.FlowDocumentReader.DocumentProperty; 5765case KnownElements.FlowDocumentReader: t = typeof(System.Windows.Controls.FlowDocumentReader); break;