Click or drag to resize

BrowserView Methods

The BrowserView type exposes the following members.

Methods
  NameDescription
Public methodAddHandler(RoutedEvent, Delegate, RoutingStrategies, Boolean)
Adds a handler for the specified routed event.
(Inherited from Interactive.)
Public methodAddHandler``1(RoutedEventUMP, EventHandlerUMP, RoutingStrategies, Boolean)
Adds a handler for the specified routed event.
(Inherited from Interactive.)
Public methodApplyStyling
Applies styling to the control if the control is initialized and styling is not already applied.
(Inherited from StyledElement.)
Public methodApplyTemplate (Inherited from TemplatedControl.)
Public methodArrange
Arranges the control and its children.
(Inherited from Layoutable.)
Protected methodArrangeCore
The default implementation of the control's arrange pass.
(Inherited from Layoutable.)
Protected methodArrangeOverride
Positions child elements as part of a layout pass.
(Inherited from Layoutable.)
Public methodBeginInit (Inherited from StyledElement.)
Public methodBind(AvaloniaProperty, IObservableObject, BindingPriority)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(DirectPropertyBaseUMP, IObservableObject)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(DirectPropertyBaseUMP, IObservableUMP)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(DirectPropertyBaseUMP, IObservableBindingValueUMP)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(StyledPropertyUMP, IObservableObject, BindingPriority)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(StyledPropertyUMP, IObservableUMP, BindingPriority)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Public methodBind``1(StyledPropertyUMP, IObservableBindingValueUMP, BindingPriority)
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject.)
Protected methodBuildEventRoute
Builds an event route for a routed event.
(Inherited from Interactive.)
Public methodCheckAccess
Returns a value indicating whether the current thread is the UI thread.
(Inherited from AvaloniaObject.)
Public methodClearValue(AvaloniaProperty)
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject.)
Public methodClearValue``1(AvaloniaPropertyUMP)
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject.)
Public methodClearValue``1(StyledPropertyUMP)
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject.)
Public methodClearValue``1(DirectPropertyBaseUMP)
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject.)
Public methodCoerceValue
Coerces the specified AvaloniaProperty.
(Inherited from AvaloniaObject.)
Public methodEndInit (Inherited from StyledElement.)
Public methodEquals
Compares two objects using reference equality.
(Inherited from AvaloniaObject.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFocus (Inherited from InputElement.)
Public methodGetBaseValue``1
Gets an AvaloniaProperty base value.
(Inherited from AvaloniaObject.)
Public methodGetHashCode
Gets the hash code for the object.
(Inherited from AvaloniaObject.)
Protected methodGetTemplateFocusTarget (Inherited from TemplatedControl.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(AvaloniaProperty)
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodGetValue``1(StyledPropertyUMP)
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodGetValue``1(DirectPropertyBaseUMP)
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodInitializeComponent
Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).
Protected methodInitializeIfNeeded (Inherited from StyledElement.)
Public methodInvalidateArrange
Invalidates the arrangement of the control and queues a new layout pass.
(Inherited from Layoutable.)
Public methodInvalidateMeasure
Invalidates the measurement of the control and queues a new layout pass.
(Inherited from Layoutable.)
Protected methodInvalidateMirrorTransform
Computes the HasMirrorTransform value according to the FlowDirection and BypassFlowDirectionPolicies
(Inherited from Visual.)
Public methodInvalidateVisual
Invalidates the visual and queues a repaint.
(Inherited from Visual.)
Public methodIsAnimating
Checks whether a AvaloniaProperty is animating.
(Inherited from AvaloniaObject.)
Public methodIsSet
Checks whether a AvaloniaProperty is set on this object.
(Inherited from AvaloniaObject.)
Protected methodLogicalChildrenCollectionChanged (Inherited from Visual.)
Public methodMeasure
Carries out a measure of the control.
(Inherited from Layoutable.)
Protected methodMeasureCore
The default implementation of the control's measure pass.
(Inherited from Layoutable.)
Protected methodMeasureOverride
Measures the control and its child elements as part of a layout pass.
(Inherited from Layoutable.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnApplyTemplate
Called when the control's template is applied. In simple terms, this means the method is called just before the control is displayed.
(Inherited from TemplatedControl.)
Protected methodOnAttachedToLogicalTree (Inherited from TemplatedControl.)
Protected methodOnAttachedToVisualTree
Called when the control is added to a rooted visual tree.
(Inherited from Visual.)
Protected methodOnAttachedToVisualTreeCore (Inherited from Control.)
Protected methodOnCreateAutomationPeer
Returns a new, type-specific AutomationPeer implementation for the control.
(Inherited from Control.)
Protected methodOnDataContextBeginUpdate
Called when the DataContext begins updating.
(Inherited from StyledElement.)
Protected methodOnDataContextChanged
Called when the DataContext property changes.
(Inherited from StyledElement.)
Protected methodOnDataContextEndUpdate
Called when the DataContext finishes updating.
(Inherited from StyledElement.)
Protected methodOnDetachedFromLogicalTree (Inherited from TemplatedControl.)
Protected methodOnDetachedFromVisualTree
Called when the control is removed from a rooted visual tree.
(Inherited from Visual.)
Protected methodOnDetachedFromVisualTreeCore (Inherited from Control.)
Public methodOnFocusRequested
Protected methodOnGotFocus (Overrides Control.OnGotFocus(GotFocusEventArgs).)
Protected methodOnInitialized
Called when the control finishes initialization.
(Inherited from StyledElement.)
Protected methodOnKeyDown
Called before the KeyDown event occurs.
(Inherited from InputElement.)
Protected methodOnKeyUp (Inherited from Control.)
Protected methodOnLoaded
Invoked just before the Loaded event.
(Inherited from Control.)
Protected methodOnLostFocus (Inherited from Control.)
Protected methodOnMeasureInvalidated
Called by InvalidateMeasure
(Inherited from Layoutable.)
Protected methodOnPointerCaptureLost
Called before the PointerCaptureLost event occurs.
(Inherited from InputElement.)
Protected methodOnPointerEntered
Called before the PointerEntered event occurs.
(Inherited from InputElement.)
Protected methodOnPointerExited
Called before the PointerExited event occurs.
(Inherited from InputElement.)
Protected methodOnPointerMoved
Called before the PointerMoved event occurs.
(Inherited from InputElement.)
Protected methodOnPointerPressed
Called before the PointerPressed event occurs.
(Inherited from InputElement.)
Protected methodOnPointerReleased (Inherited from Control.)
Protected methodOnPointerWheelChanged
Called before the PointerWheelChanged event occurs.
(Inherited from InputElement.)
Protected methodOnPropertyChanged (Overrides ContentControl.OnPropertyChanged(AvaloniaPropertyChangedEventArgs).)
Protected methodOnPropertyChangedCore (Inherited from Animatable.)
Protected methodOnSizeChanged
Invoked just before the SizeChanged event.
(Inherited from Control.)
Protected methodOnTemplateChanged
Called when the Template property changes.
(Inherited from TemplatedControl.)
Protected methodOnTextInput
Called before the TextInput event occurs.
(Inherited from InputElement.)
Protected methodOnUnloaded
Invoked just before the Unloaded event.
(Inherited from Control.)
Protected methodOnVisualParentChanged (Inherited from Layoutable.)
Public methodRaiseEvent
Raises a routed event.
(Inherited from Interactive.)
Protected methodRaisePropertyChanged``1
Raises the PropertyChanged event for a direct property.
(Inherited from AvaloniaObject.)
Protected methodRegisterContentPresenter
Called when an ContentPresenter is registered with the control.
(Inherited from ContentControl.)
Public methodRemoveHandler(RoutedEvent, Delegate)
Removes a handler for the specified routed event.
(Inherited from Interactive.)
Public methodRemoveHandler``1(RoutedEventUMP, EventHandlerUMP)
Removes a handler for the specified routed event.
(Inherited from Interactive.)
Public methodRender
Renders the visual to a DrawingContext.
(Inherited from Visual.)
Protected methodSetAndRaise``1
Sets the backing field for a direct avalonia property, raising the PropertyChanged event if the value has changed.
(Inherited from AvaloniaObject.)
Public methodSetCurrentValue(AvaloniaProperty, Object)
Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject.)
Public methodSetCurrentValue``1(StyledPropertyUMP, UMP)
Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject.)
Public methodSetValue(AvaloniaProperty, Object, BindingPriority)
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodSetValue``1(DirectPropertyBaseUMP, UMP)
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodSetValue``1(StyledPropertyUMP, UMP, BindingPriority)
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetResource (Inherited from StyledElement.)
Protected methodUpdateDataValidation
Called to update the validation state for properties for which data validation is enabled.
(Inherited from AvaloniaObject.)
Protected methodUpdateIsEffectivelyEnabled
Updates the IsEffectivelyEnabled property value according to the parent control's enabled state and IsEnabledCore.
(Inherited from InputElement.)
Public methodUpdateLayout
Executes a layout pass.
(Inherited from Layoutable.)
Public methodVerifyAccess
Checks that the current thread is the UI thread and throws if not.
(Inherited from AvaloniaObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodInitializeFrom
Initialize a browser view from this particular IBrowser instance. If there is another browser view bound to this browser instance, that view will be de-initialized.
(Defined by BrowserViewExtensions.)
Top
See Also