ArcGIS Pro 2.8 API Reference Guide
ComboBoxPreviewMouseDownBehavior Class Members
Properties  Methods  Events


ArcGIS.Desktop.GeoProcessing Namespace : ComboBoxPreviewMouseDownBehavior Class

The following tables list the members exposed by ComboBoxPreviewMouseDownBehavior.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyGets a value that indicates whether one or more System.Windows.Media.Animation.AnimationClock objects is associated with any of this object's dependency properties. (Inherited from System.Windows.Media.Animation.Animatable)
Public PropertyGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
Public Method (Inherited from System.Windows.Interactivity.Behavior)
Public MethodOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCreates a modifiable clone of this System.Windows.Media.Animation.Animatable, making deep copies of this object's values. When copying this object's dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. (Inherited from System.Windows.Media.Animation.Animatable)
Public MethodCreates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. (Inherited from System.Windows.Freezable)
Public MethodCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.Interactivity.Behavior)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodMakes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable)
Public MethodReturns the non-animated value of the specified System.Windows.DependencyProperty. (Inherited from System.Windows.Media.Animation.Animatable)
Public MethodCreates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
Public MethodCreates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
Public MethodGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Top
Protected Methods
 NameDescription
Protected MethodMakes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
Protected MethodMakes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. (Inherited from System.Windows.Freezable)
Protected MethodInitializes a new instance of the System.Windows.Freezable class. (Inherited from System.Windows.Freezable)
Protected Method (Inherited from System.Windows.Interactivity.Behavior)
Protected MethodMakes this System.Windows.Media.Animation.Animatable object unmodifiable or determines whether it can be made unmodifiable. (Inherited from System.Windows.Media.Animation.Animatable)
Protected MethodMakes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
Protected MethodMakes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from System.Windows.Freezable)
Protected MethodOverridden.   
Protected MethodCalled when the current System.Windows.Freezable object is modified. (Inherited from System.Windows.Freezable)
Protected Method (Inherited from System.Windows.Interactivity.Behavior)
Protected MethodOverloaded.  (Inherited from System.Windows.Freezable)
Protected MethodOverrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. (Inherited from System.Windows.Freezable)
Protected MethodEnsures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from System.Windows.Freezable)
Protected Internal MethodReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected MethodRaises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from System.Windows.Freezable)
Protected MethodVerifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from System.Windows.Freezable)
Top
Public Events
 NameDescription
Public EventOccurs when the System.Windows.Freezable or an object it contains is modified. (Inherited from System.Windows.Freezable)
Top
See Also

Reference

ComboBoxPreviewMouseDownBehavior Class
ArcGIS.Desktop.GeoProcessing Namespace