MouseManager Class Members
The following tables list the members exposed by MouseManager.
Public Constructors
Name | Description | |
---|---|---|
![]() | MouseManager Constructor | Initializes a new instance of the MouseManager class. |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | MouseEventGroupProperty | Defines the MouseEventGroup Attached Property |
Public Properties
Name | Description | |
---|---|---|
![]() | SubscribersBySource | USED INTERNALLY FOR TESTS. DO NOT MODIFY. Gets subscribers by source |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | GetMouseEventGroup | Gets the MouseEventGroup Attached Property |
![]() ![]() | GetTargets | Gets the Targets that should receive mouse events (in the same MouseEventGroupProperty based on the current provided target |
![]() ![]() | SetMouseEventGroup | Sets the MouseEventGroup Attached Property |
![]() | Subscribe | Subscribes to mouse events on the Source, propagating handlers to the Target |
![]() | Unsubscribe | Overloaded. Unsubscribes the source from subscribers |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also