WpfWindow Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.XamlVisualTreeHost
    ArtOfTest.WebAii.WpfWpfWindow

Namespace:  ArtOfTest.WebAii.Wpf
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class WpfWindow : VisualTreeHost, IApplication, 
	IAutomationHost, ISupportSearchHost, IDisposable

The WpfWindow type exposes the following members.

Constructors

  NameDescription
Protected methodWpfWindow
Initializes a new instance of the WpfWindow class
Top
Properties

  NameDescription
Public propertyAnnotator (Overrides VisualTreeHostAnnotator.)
Public propertyApplication
Public propertyBounds
Public propertyContentWindow (Overrides VisualTreeHostContentWindow.)
Public propertyDesktop
Public propertyEnableValidateMouseLocation
Public propertyFind
Public propertyFriendlyName (Overrides VisualTreeHostFriendlyName.)
Public propertyIsConnected
Public propertyIsRecordingHost
Public propertyManagedProxy
Public propertyManager (Overrides VisualTreeHostManager.)
Public propertyOwnerApp
The SilverlightApp containing this visual tree
(Inherited from VisualTreeHost.)
Protected propertyPopups
Public propertyShouldDisplayAnnotation (Inherited from VisualTreeHost.)
Public propertyStateHashCode
Gets a unique identifier that identifies the state of this host
(Inherited from VisualTreeHost.)
Public propertyTechnologyType (Overrides VisualTreeHostTechnologyType.)
Public propertyUniqueId (Overrides VisualTreeHostUniqueId.)
Public propertyVisualTree
The visual tree wrapped by this host object
(Inherited from VisualTreeHost.)
Public propertyWindow (Overrides VisualTreeHostWindow.)
Top
Methods

  NameDescription
Public methodStatic memberAddCustomAssembly
Public methodCapture (Overrides VisualTreeHostCapture.)
Public methodCapture(FrameworkElement)
Protected methodDetachFromWindowEvents
Public methodDispose
Releases all resources used by the WpfWindow
Public methodElementFromPoint
Public methodEnsureElementClickable
Public methodEnsureStateIsCurrent (Overrides VisualTreeHostEnsureStateIsCurrent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodFixAnnotationArea (Inherited from VisualTreeHost.)
Public methodGetChildHosts (Overrides VisualTreeHostGetChildHosts.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHostRoot
Returns the root target element of this host. VisualTree.Root
(Inherited from VisualTreeHost.)
Public methodGetScreenRectangle
Public methodGetToolTipText
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeCustomWpfTypes
Protected methodIsActiveWindow
Public methodLocateAllInHost
Locate all in host.
(Inherited from VisualTreeHost.)
Public methodLocateInHost
Locate an element in this host or any of the children of this host using an expression.
(Overrides VisualTreeHostLocateInHost(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnRecordingWindowClosed
Public methodPopulateVisualTree
Public methodRefreshVisualTrees
Refreshes the main visual tree for the application as well as any open Popup visual trees.
Public methodResizeContainer
Public methodSetWindowFocus (Overrides VisualTreeHostSetWindowFocus.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateInterHostLinks
Silverlight hosts have no inter-host links to update
(Inherited from VisualTreeHost.)
Public methodValidateMouseLocation (Overrides VisualTreeHostValidateMouseLocation(Point).)
Top
Events

  NameDescription
Public eventWindowClosed
This event is triggered when the wrapped window closes
Top
See Also

Reference