FlowDocumentReader Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
Name | Description | |
---|---|---|
![]() | AddHandler | Overloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (inherited from UIElement) |
![]() | AddToEventRoute | Adds handlers to the specified EventRoute for the current UIElement event handler collection. (inherited from UIElement) |
![]() | ApplyAnimationClock | Overloaded. Applies an animation to a specified dependency property on this element. (inherited from UIElement) |
![]() | ApplyTemplate | Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (inherited from FrameworkElement) |
![]() | Arrange | Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (inherited from UIElement) |
![]() | BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (inherited from UIElement) |
![]() | BeginInit | Starts the initialization process for this element. (inherited from FrameworkElement) |
![]() | BeginStoryboard | Overloaded. Begins the sequence of actions contained in the provided storyboard. (inherited from FrameworkElement) |
![]() | BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (inherited from FrameworkElement) |
![]() | CancelPrint | Cancels any current printing job. |
![]() | CanGoToPage | Returns a value that indicates whether or the FlowDocumentReader is able to jump to the specified page number. |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (inherited from UIElement) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (inherited from UIElement) |
![]() | CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
![]() | ClearValue | Overloaded. Clears the local value of a property. (inherited from DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (inherited from DependencyObject) |
![]() | DecreaseZoom | Executes the DecreaseZoom routed command. |
![]() | EndInit | Indicates that the initialization process for the element is complete. (inherited from FrameworkElement) |
![]() | Equals | Overloaded. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject) |
![]() | Find | Toggles the Find dialog. |
![]() | FindCommonVisualAncestor | Finds the common ancestor of two visuals objects. (inherited from Visual) |
![]() | FindName | Finds an element that has the provided identifier name. (inherited from FrameworkElement) |
![]() | FindResource | Searches for a resource with the specified key, and raises an exception if the requested resource is not found. (inherited from FrameworkElement) |
![]() | Focus | Attempts to focus the keyboard on this element. (inherited from UIElement) |
![]() | GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (inherited from UIElement) |
![]() | GetBindingExpression | Returns the BindingExpression that represents the binding on the specified property. (inherited from FrameworkElement) |
![]() ![]() | GetFlowDirection | Gets the value of the FlowDirection attached property for the specified DependencyObject. (inherited from FrameworkElement) |
![]() | GetHashCode | Gets a hash code for this DependencyObject. (inherited from DependencyObject) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (inherited from DependencyObject) |
![]() | GetType | Gets the Type of the current instance. (inherited from Object) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (inherited from DependencyObject) |
![]() | IncreaseZoom | Executes the IncreaseZoom routed command. |
![]() | InputHitTest | Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (inherited from UIElement) |
![]() | InvalidateArrange | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout. (inherited from UIElement) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (inherited from UIElement) |
![]() | InvalidateProperty | Re-evaluates the effective value for the specified dependency property (inherited from DependencyObject) |
![]() | InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. OnRender is called after the layout cycle is completed. (inherited from UIElement) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (inherited from Visual) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (inherited from Visual) |
![]() | Measure | Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore implementations to form a recursive layout update. Calling this method constitutes the first pass of a layout update in the layout system. (inherited from UIElement) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (inherited from FrameworkElement) |
![]() | OnApplyTemplate | Overridden. Builds the visual tree for the FlowDocumentReader. |
![]() | PointFromScreen | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (inherited from Visual) |
![]() | PointToScreen | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (inherited from Visual) |
![]() | PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (inherited from FrameworkElement) |
![]() | Invokes a standard Print dialog which can be used to print the contents of the FlowDocumentReader and configure printing preferences. | |
![]() | RaiseEvent | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (inherited from UIElement) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (inherited from DependencyObject) |
![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
![]() | RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (inherited from FrameworkElement) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (inherited from UIElement) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (inherited from UIElement) |
![]() | RemoveHandler | Removes the specified routed event handler from this element. (inherited from UIElement) |
![]() | SetBinding | Overloaded. Attaches a binding to this element for the specified dependency property. (inherited from FrameworkElement) |
![]() ![]() | SetFlowDirection | Sets the value of the FlowDirection attached property for the provided element. (inherited from FrameworkElement) |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (inherited from FrameworkElement) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property. (inherited from DependencyObject) |
![]() | ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (inherited from UIElement) |
![]() | ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (inherited from UIElement) |
![]() | ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property. (inherited from FrameworkElement) |
![]() | ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property. (inherited from FrameworkElement) |
![]() | ShouldSerializeTriggers | Returns whether serialization processes should serialize the contents of the Triggers property. (inherited from FrameworkElement) |
![]() | SwitchViewingMode | Executes the SwitchViewingModeCommand command. |
![]() | ToString | Returns the string representation of a Control object. (inherited from Control) |
![]() | TransformToAncestor | Returns a transform that can be used to transform coordinates from the Visual to the specified ancestor of the visual object. (inherited from Visual) |
![]() | TransformToDescendant | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (inherited from Visual) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (inherited from Visual) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (inherited from UIElement) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (inherited from FrameworkElement) |
![]() | UnregisterName | Simplifies access to the NameScope de-registration method. (inherited from FrameworkElement) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (inherited from UIElement) |
![]() | VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
Name | Description | |
---|---|---|
![]() | AddLogicalChild | Adds the provided object to the logical tree of this element. (inherited from FrameworkElement) |
![]() | AddVisualChild | Sets up the parent-child relationship between two visuals. (inherited from Visual) |
![]() | ArrangeCore | Implements ArrangeCore (defined as virtual in UIElement) and seals the implementation. (inherited from FrameworkElement) |
![]() | ArrangeOverride | Called to arrange and size the content of a Control object. (inherited from Control) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
![]() | GetLayoutClip | Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. (inherited from FrameworkElement) |
![]() | GetTemplateChild | Do not use. Use FindName instead. (inherited from FrameworkElement) |
![]() | GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. (inherited from FrameworkElement) |
![]() | GetVisualChild | Overrides Visual.GetVisualChild, and returns a child at the specified index from a collection of child elements. (inherited from FrameworkElement) |
![]() | HitTestCore | Overloaded. Implements HitTestCore to supply base element hit testing behavior. (inherited from UIElement) |
![]() | MeasureCore | Implements basic measure-pass layout system behavior for FrameworkElement. (inherited from FrameworkElement) |
![]() | MeasureOverride | Called to remeasure a control. (inherited from Control) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
![]() | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (inherited from UIElement) |
![]() | OnCancelPrintCommand | Handles the CancelPrint routed command. |
![]() | OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (inherited from UIElement) |
![]() | OnContextMenuClosing | Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkElement) |
![]() | OnContextMenuOpening | Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkElement) |
![]() | OnCreateAutomationPeer | Overridden. Creates and returns an AutomationPeer object for this FlowDocumentReader. |
![]() | OnDecreaseZoomCommand | Handles the DecreaseZoom routed command. |
![]() | OnDragEnter | Invoked when an unhandled DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnDragLeave | Invoked when an unhandled DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnDragOver | Invoked when an unhandled DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnDrop | Invoked when an unhandled DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnFindCommand | Handles the Find routed command. |
![]() | OnGiveFeedback | Invoked when an unhandled DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnGotFocus | Invoked whenever an unhandled GotFocus event reaches this element in its route. (inherited from FrameworkElement) |
![]() | OnGotKeyboardFocus | Invoked when an unhandled Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnGotMouseCapture | Invoked when an unhandled Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnGotStylusCapture | Invoked when an unhandled Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIncreaseZoomCommand | Handles the IncreaseZoom routed command. |
![]() | OnInitialized | Overridden. Handles the Initialized routed event. |
![]() | OnIsKeyboardFocusedChanged | Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsKeyboardFocusWithinChanged | Overridden. Handles the IsKeyboardFocusWithinChanged routed event. |
![]() | OnIsMouseCapturedChanged | Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsMouseCaptureWithinChanged | Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsMouseDirectlyOverChanged | Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsStylusCapturedChanged | Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsStylusCaptureWithinChanged | Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnIsStylusDirectlyOverChanged | Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnKeyDown | Overridden. Invoked whenever an unhandled Keyboard.KeyDown attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. |
![]() | OnKeyUp | Invoked when an unhandled Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnLostFocus | Raises the LostFocus routed event by using the event data that is provided. (inherited from UIElement) |
![]() | OnLostKeyboardFocus | Invoked when an unhandled Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnLostMouseCapture | Invoked when an unhandled Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnLostStylusCapture | Invoked when an unhandled Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseDoubleClick | Raises the MouseDoubleClick event. (inherited from Control) |
![]() | OnMouseDown | Invoked when an unhandled Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseEnter | Invoked when an unhandled Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseLeave | Invoked when an unhandled Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseLeftButtonDown | Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseLeftButtonUp | Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseMove | Invoked when an unhandled Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseRightButtonDown | Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseRightButtonUp | Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseUp | Invoked when an unhandled Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnMouseWheel | Invoked when an unhandled Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewDragEnter | Invoked when an unhandled DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewDragLeave | Invoked when an unhandled DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewDragOver | Invoked when an unhandled DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewDrop | Invoked when an unhandled DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewGiveFeedback | Invoked when an unhandled DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewGotKeyboardFocus | Invoked when an unhandled Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewKeyDown | Invoked when an unhandled Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewKeyUp | Invoked when an unhandled Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewLostKeyboardFocus | Invoked when an unhandled Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseDoubleClick | Called when the mouse button is clicked twice. (inherited from Control) |
![]() | OnPreviewMouseDown | Invoked when an unhandled Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseLeftButtonDown | Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseLeftButtonUp | Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseMove | Invoked when an unhandled Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseRightButtonDown | Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseRightButtonUp | Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseUp | Invoked when an unhandled Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewMouseWheel | Invoked when an unhandled Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewQueryContinueDrag | Invoked when an unhandled DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusButtonDown | Invoked when an unhandled Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusButtonUp | Invoked when an unhandled Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusDown | Invoked when an unhandled Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusInAirMove | Invoked when an unhandled Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusInRange | Invoked when an unhandled Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusMove | Invoked when an unhandled Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusOutOfRange | Invoked when an unhandled Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusSystemGesture | Invoked when an unhandled Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewStylusUp | Invoked when an unhandled Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPreviewTextInput | Invoked when an unhandled TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnPrintCommand | Handles the Print routed command. |
![]() | OnPrintCompleted | Called when a printing job has completed. |
![]() | OnPropertyChanged | Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged. (inherited from FrameworkElement) |
![]() | OnQueryContinueDrag | Invoked when an unhandled DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnQueryCursor | Invoked when an unhandled Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnRender | When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (inherited from UIElement) |
![]() | OnRenderSizeChanged | Raises the SizeChanged event, using the specified information as part of the eventual event data. (inherited from FrameworkElement) |
![]() | OnStyleChanged | Invoked when the style in use on this element changes, which will invalidate the layout. (inherited from FrameworkElement) |
![]() | OnStylusButtonDown | Invoked when an unhandled Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusButtonUp | Invoked when an unhandled Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusDown | Invoked when an unhandled Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusEnter | Invoked when an unhandled Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusInAirMove | Invoked when an unhandled Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusInRange | Invoked when an unhandled Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusLeave | Invoked when an unhandled Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusMove | Invoked when an unhandled Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusOutOfRange | Invoked when an unhandled Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusSystemGesture | Invoked when an unhandled Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnStylusUp | Invoked when an unhandled Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnSwitchViewingModeCommand | Handles the SwitchViewingMode routed command. |
![]() | OnTemplateChanged | Called whenever the control's template changes. (inherited from Control) |
![]() | OnTextInput | Invoked when an unhandled TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (inherited from UIElement) |
![]() | OnToolTipClosing | Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkElement) |
![]() | OnToolTipOpening | Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (inherited from FrameworkElement) |
![]() | OnVisualChildrenChanged | Called when the VisualCollection of the visual object is modified. (inherited from Visual) |
![]() | OnVisualParentChanged | Invoked when the parent of this element in the visual tree is changed. Overrides OnVisualParentChanged. (inherited from FrameworkElement) |
![]() | ParentLayoutInvalidated | Supports incremental layout implementations in specialized subclasses of FrameworkElement. ParentLayoutInvalidated is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. (inherited from FrameworkElement) |
![]() | RemoveLogicalChild | Removes the provided object from this element's logical tree. FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (inherited from FrameworkElement) |
![]() | RemoveVisualChild | Removes the parent-child relationship between two visuals. (inherited from Visual) |
![]() | ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject) |
![]() | SwitchViewingModeCore | Handles the SwitchViewingMode command. |
Name | Description | |
---|---|---|
![]() ![]() | System.Windows.Markup.IAddChild.AddChild | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the Document property to add a FlowDocument as the content child for the FlowDocumentReader. |
![]() ![]() | System.Windows.Markup.IAddChild.AddText | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Reference
FlowDocumentReader ClassSystem.Windows.Controls Namespace
Other Resources
Flow Document OverviewFlowDocumentReader - Samples
Show: