C# Class Open.Core.Common.AttachedBehavior.Behaviors

Index of behaviors.
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Properties

Property Type Description
AutoRowDefinitionsProperty System.Windows.DependencyProperty
ClipToBoundsProperty System.Windows.DependencyProperty
ClippingProperty System.Windows.DependencyProperty
CommonWidthProperty System.Windows.DependencyProperty
DataGridFillerColumnProperty System.Windows.DependencyProperty
DraggableProperty System.Windows.DependencyProperty
EnabledOpacityProperty System.Windows.DependencyProperty
ListBoxMouseWheelScrollerProperty System.Windows.DependencyProperty
MouseWheelScrollerProperty System.Windows.DependencyProperty
OpacityAnimationProperty System.Windows.DependencyProperty
PersistentColumnSizeProperty System.Windows.DependencyProperty
PersistentRowSizeProperty System.Windows.DependencyProperty
PersistentSizeProperty System.Windows.DependencyProperty
PositionSliderProperty System.Windows.DependencyProperty
RotateAnimationProperty System.Windows.DependencyProperty
SelectTextOnFocusProperty System.Windows.DependencyProperty
SizeAnimationProperty System.Windows.DependencyProperty
SyncSizeRatioProperty System.Windows.DependencyProperty
TextMouseHighlightProperty System.Windows.DependencyProperty
UpdatePasswordBoxOnKeyPressProperty System.Windows.DependencyProperty
UpdateTextBoxOnKeyPressProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoRowDefinitions ( Grid element ) : AutoRowDefinitions
GetClipToBounds ( FrameworkElement element ) : ClipToBounds
GetClipping ( FrameworkElement element ) : Clipping
GetCommonWidth ( FrameworkElement element ) : CommonWidth
GetDataGridFillerColumn ( System.Windows.Controls.DataGrid element ) : System.Windows.Controls.DataGridFillerColumn
GetDraggable ( UIElement element ) : Draggable
GetEnabledOpacity ( Control element ) : EnabledOpacity
GetListBoxMouseWheelScroller ( System.Windows.Controls.ListBox element ) : ListBoxMouseWheelScroller
GetMouseWheelScroller ( ScrollViewer element ) : MouseWheelScroller
GetOpacityAnimation ( FrameworkElement element ) : OpacityAnimation
GetPersistentColumnSize ( FrameworkElement element ) : PersistentSize
GetPersistentRowSize ( FrameworkElement element ) : PersistentSize
GetPersistentSize ( FrameworkElement element ) : PersistentSize
GetPositionSlider ( UIElement element ) : PositionSlider
GetRotateAnimation ( FrameworkElement element ) : RotateAnimation
GetSelectTextOnFocus ( TextBox element ) : SelectTextOnFocus
GetSizeAnimation ( FrameworkElement element ) : SizeAnimation
GetSyncSizeRatio ( FrameworkElement element ) : SyncSizeRatio
GetTextMouseHighlight ( FrameworkElement element ) : TextMouseHighlight
GetUpdatePasswordBoxOnKeyPress ( System.Windows.Controls.PasswordBox element ) : UpdatePasswordBoxOnKeyPress
GetUpdateTextBoxOnKeyPress ( TextBox element ) : UpdateTextBoxOnKeyPress
HandleAttachedBehaviorPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Generic handler for updating an AttachedBehavior when it's dependency property changes.

SetAutoRowDefinitions ( Grid element, AutoRowDefinitions value ) : void
SetClipToBounds ( FrameworkElement element, ClipToBounds value ) : void
SetClipping ( FrameworkElement element, Clipping value ) : void
SetCommonWidth ( FrameworkElement element, CommonWidth value ) : void
SetDataGridFillerColumn ( System.Windows.Controls.DataGrid element, System.Windows.Controls.DataGridFillerColumn value ) : void
SetDraggable ( UIElement element, Draggable value ) : void
SetEnabledOpacity ( Control element, EnabledOpacity value ) : void
SetListBoxMouseWheelScroller ( System.Windows.Controls.ListBox element, ListBoxMouseWheelScroller value ) : void
SetMouseWheelScroller ( ScrollViewer element, MouseWheelScroller value ) : void
SetOpacityAnimation ( FrameworkElement element, OpacityAnimation value ) : void
SetPersistentColumnSize ( FrameworkElement element, PersistentColumnSize value ) : void
SetPersistentRowSize ( FrameworkElement element, PersistentRowSize value ) : void
SetPersistentSize ( FrameworkElement element, PersistentSize value ) : void
SetPositionSlider ( UIElement element, PositionSlider value ) : void
SetRotateAnimation ( FrameworkElement element, RotateAnimation value ) : void
SetSelectTextOnFocus ( TextBox element, SelectTextOnFocus value ) : void
SetSizeAnimation ( FrameworkElement element, SizeAnimation value ) : void
SetSyncSizeRatio ( FrameworkElement element, SyncSizeRatio value ) : void
SetTextMouseHighlight ( FrameworkElement element, TextMouseHighlight value ) : void
SetUpdatePasswordBoxOnKeyPress ( System.Windows.Controls.PasswordBox element, UpdatePasswordBoxOnKeyPress value ) : void
SetUpdateTextBoxOnKeyPress ( TextBox element, UpdateTextBoxOnKeyPress value ) : void

Method Details

GetAutoRowDefinitions() public static method

public static GetAutoRowDefinitions ( Grid element ) : AutoRowDefinitions
element System.Windows.Controls.Grid
return AutoRowDefinitions

GetClipToBounds() public static method

public static GetClipToBounds ( FrameworkElement element ) : ClipToBounds
element System.Windows.FrameworkElement
return ClipToBounds

GetClipping() public static method

public static GetClipping ( FrameworkElement element ) : Clipping
element System.Windows.FrameworkElement
return Clipping

GetCommonWidth() public static method

public static GetCommonWidth ( FrameworkElement element ) : CommonWidth
element System.Windows.FrameworkElement
return CommonWidth

GetDataGridFillerColumn() public static method

public static GetDataGridFillerColumn ( System.Windows.Controls.DataGrid element ) : System.Windows.Controls.DataGridFillerColumn
element System.Windows.Controls.DataGrid
return System.Windows.Controls.DataGridFillerColumn

GetDraggable() public static method

public static GetDraggable ( UIElement element ) : Draggable
element UIElement
return Draggable

GetEnabledOpacity() public static method

public static GetEnabledOpacity ( Control element ) : EnabledOpacity
element System.Windows.Controls.Control
return EnabledOpacity

GetListBoxMouseWheelScroller() public static method

public static GetListBoxMouseWheelScroller ( System.Windows.Controls.ListBox element ) : ListBoxMouseWheelScroller
element System.Windows.Controls.ListBox
return ListBoxMouseWheelScroller

GetMouseWheelScroller() public static method

public static GetMouseWheelScroller ( ScrollViewer element ) : MouseWheelScroller
element System.Windows.Controls.ScrollViewer
return MouseWheelScroller

GetOpacityAnimation() public static method

public static GetOpacityAnimation ( FrameworkElement element ) : OpacityAnimation
element System.Windows.FrameworkElement
return OpacityAnimation

GetPersistentColumnSize() public static method

public static GetPersistentColumnSize ( FrameworkElement element ) : PersistentSize
element System.Windows.FrameworkElement
return PersistentSize

GetPersistentRowSize() public static method

public static GetPersistentRowSize ( FrameworkElement element ) : PersistentSize
element System.Windows.FrameworkElement
return PersistentSize

GetPersistentSize() public static method

public static GetPersistentSize ( FrameworkElement element ) : PersistentSize
element System.Windows.FrameworkElement
return PersistentSize

GetPositionSlider() public static method

public static GetPositionSlider ( UIElement element ) : PositionSlider
element UIElement
return PositionSlider

GetRotateAnimation() public static method

public static GetRotateAnimation ( FrameworkElement element ) : RotateAnimation
element System.Windows.FrameworkElement
return RotateAnimation

GetSelectTextOnFocus() public static method

public static GetSelectTextOnFocus ( TextBox element ) : SelectTextOnFocus
element System.Windows.Controls.TextBox
return SelectTextOnFocus

GetSizeAnimation() public static method

public static GetSizeAnimation ( FrameworkElement element ) : SizeAnimation
element System.Windows.FrameworkElement
return SizeAnimation

GetSyncSizeRatio() public static method

public static GetSyncSizeRatio ( FrameworkElement element ) : SyncSizeRatio
element System.Windows.FrameworkElement
return SyncSizeRatio

GetTextMouseHighlight() public static method

public static GetTextMouseHighlight ( FrameworkElement element ) : TextMouseHighlight
element System.Windows.FrameworkElement
return TextMouseHighlight

GetUpdatePasswordBoxOnKeyPress() public static method

public static GetUpdatePasswordBoxOnKeyPress ( System.Windows.Controls.PasswordBox element ) : UpdatePasswordBoxOnKeyPress
element System.Windows.Controls.PasswordBox
return UpdatePasswordBoxOnKeyPress

GetUpdateTextBoxOnKeyPress() public static method

public static GetUpdateTextBoxOnKeyPress ( TextBox element ) : UpdateTextBoxOnKeyPress
element System.Windows.Controls.TextBox
return UpdateTextBoxOnKeyPress

HandleAttachedBehaviorPropertyChanged() public static method

Generic handler for updating an AttachedBehavior when it's dependency property changes.
public static HandleAttachedBehaviorPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject The dependnecy object.
e System.Windows.DependencyPropertyChangedEventArgs Event arguments.
return void

SetAutoRowDefinitions() public static method

public static SetAutoRowDefinitions ( Grid element, AutoRowDefinitions value ) : void
element System.Windows.Controls.Grid
value AutoRowDefinitions
return void

SetClipToBounds() public static method

public static SetClipToBounds ( FrameworkElement element, ClipToBounds value ) : void
element System.Windows.FrameworkElement
value ClipToBounds
return void

SetClipping() public static method

public static SetClipping ( FrameworkElement element, Clipping value ) : void
element System.Windows.FrameworkElement
value Clipping
return void

SetCommonWidth() public static method

public static SetCommonWidth ( FrameworkElement element, CommonWidth value ) : void
element System.Windows.FrameworkElement
value CommonWidth
return void

SetDataGridFillerColumn() public static method

public static SetDataGridFillerColumn ( System.Windows.Controls.DataGrid element, System.Windows.Controls.DataGridFillerColumn value ) : void
element System.Windows.Controls.DataGrid
value System.Windows.Controls.DataGridFillerColumn
return void

SetDraggable() public static method

public static SetDraggable ( UIElement element, Draggable value ) : void
element UIElement
value Draggable
return void

SetEnabledOpacity() public static method

public static SetEnabledOpacity ( Control element, EnabledOpacity value ) : void
element System.Windows.Controls.Control
value EnabledOpacity
return void

SetListBoxMouseWheelScroller() public static method

public static SetListBoxMouseWheelScroller ( System.Windows.Controls.ListBox element, ListBoxMouseWheelScroller value ) : void
element System.Windows.Controls.ListBox
value ListBoxMouseWheelScroller
return void

SetMouseWheelScroller() public static method

public static SetMouseWheelScroller ( ScrollViewer element, MouseWheelScroller value ) : void
element System.Windows.Controls.ScrollViewer
value MouseWheelScroller
return void

SetOpacityAnimation() public static method

public static SetOpacityAnimation ( FrameworkElement element, OpacityAnimation value ) : void
element System.Windows.FrameworkElement
value OpacityAnimation
return void

SetPersistentColumnSize() public static method

public static SetPersistentColumnSize ( FrameworkElement element, PersistentColumnSize value ) : void
element System.Windows.FrameworkElement
value PersistentColumnSize
return void

SetPersistentRowSize() public static method

public static SetPersistentRowSize ( FrameworkElement element, PersistentRowSize value ) : void
element System.Windows.FrameworkElement
value PersistentRowSize
return void

SetPersistentSize() public static method

public static SetPersistentSize ( FrameworkElement element, PersistentSize value ) : void
element System.Windows.FrameworkElement
value PersistentSize
return void

SetPositionSlider() public static method

public static SetPositionSlider ( UIElement element, PositionSlider value ) : void
element UIElement
value PositionSlider
return void

SetRotateAnimation() public static method

public static SetRotateAnimation ( FrameworkElement element, RotateAnimation value ) : void
element System.Windows.FrameworkElement
value RotateAnimation
return void

SetSelectTextOnFocus() public static method

public static SetSelectTextOnFocus ( TextBox element, SelectTextOnFocus value ) : void
element System.Windows.Controls.TextBox
value SelectTextOnFocus
return void

SetSizeAnimation() public static method

public static SetSizeAnimation ( FrameworkElement element, SizeAnimation value ) : void
element System.Windows.FrameworkElement
value SizeAnimation
return void

SetSyncSizeRatio() public static method

public static SetSyncSizeRatio ( FrameworkElement element, SyncSizeRatio value ) : void
element System.Windows.FrameworkElement
value SyncSizeRatio
return void

SetTextMouseHighlight() public static method

public static SetTextMouseHighlight ( FrameworkElement element, TextMouseHighlight value ) : void
element System.Windows.FrameworkElement
value TextMouseHighlight
return void

SetUpdatePasswordBoxOnKeyPress() public static method

public static SetUpdatePasswordBoxOnKeyPress ( System.Windows.Controls.PasswordBox element, UpdatePasswordBoxOnKeyPress value ) : void
element System.Windows.Controls.PasswordBox
value UpdatePasswordBoxOnKeyPress
return void

SetUpdateTextBoxOnKeyPress() public static method

public static SetUpdateTextBoxOnKeyPress ( TextBox element, UpdateTextBoxOnKeyPress value ) : void
element System.Windows.Controls.TextBox
value UpdateTextBoxOnKeyPress
return void

Property Details

AutoRowDefinitionsProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoRowDefinitionsProperty
return System.Windows.DependencyProperty

ClipToBoundsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ClipToBoundsProperty
return System.Windows.DependencyProperty

ClippingProperty public_oe static_oe property

public static DependencyProperty,System.Windows ClippingProperty
return System.Windows.DependencyProperty

CommonWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommonWidthProperty
return System.Windows.DependencyProperty

DataGridFillerColumnProperty public_oe static_oe property

public static DependencyProperty,System.Windows DataGridFillerColumnProperty
return System.Windows.DependencyProperty

DraggableProperty public_oe static_oe property

public static DependencyProperty,System.Windows DraggableProperty
return System.Windows.DependencyProperty

EnabledOpacityProperty public_oe static_oe property

public static DependencyProperty,System.Windows EnabledOpacityProperty
return System.Windows.DependencyProperty

ListBoxMouseWheelScrollerProperty public_oe static_oe property

public static DependencyProperty,System.Windows ListBoxMouseWheelScrollerProperty
return System.Windows.DependencyProperty

MouseWheelScrollerProperty public_oe static_oe property

public static DependencyProperty,System.Windows MouseWheelScrollerProperty
return System.Windows.DependencyProperty

OpacityAnimationProperty public_oe static_oe property

public static DependencyProperty,System.Windows OpacityAnimationProperty
return System.Windows.DependencyProperty

PersistentColumnSizeProperty public_oe static_oe property

Gets or sets an attached behavior that handles persisting the size of a Grid column.
public static DependencyProperty,System.Windows PersistentColumnSizeProperty
return System.Windows.DependencyProperty

PersistentRowSizeProperty public_oe static_oe property

Gets or sets an attached behavior that handles persisting the size of a Grid row.
public static DependencyProperty,System.Windows PersistentRowSizeProperty
return System.Windows.DependencyProperty

PersistentSizeProperty public_oe static_oe property

Gets or sets an attached behavior that handles persisting the size of an element.
public static DependencyProperty,System.Windows PersistentSizeProperty
return System.Windows.DependencyProperty

PositionSliderProperty public_oe static_oe property

public static DependencyProperty,System.Windows PositionSliderProperty
return System.Windows.DependencyProperty

RotateAnimationProperty public_oe static_oe property

public static DependencyProperty,System.Windows RotateAnimationProperty
return System.Windows.DependencyProperty

SelectTextOnFocusProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectTextOnFocusProperty
return System.Windows.DependencyProperty

SizeAnimationProperty public_oe static_oe property

public static DependencyProperty,System.Windows SizeAnimationProperty
return System.Windows.DependencyProperty

SyncSizeRatioProperty public_oe static_oe property

public static DependencyProperty,System.Windows SyncSizeRatioProperty
return System.Windows.DependencyProperty

TextMouseHighlightProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextMouseHighlightProperty
return System.Windows.DependencyProperty

UpdatePasswordBoxOnKeyPressProperty public_oe static_oe property

public static DependencyProperty,System.Windows UpdatePasswordBoxOnKeyPressProperty
return System.Windows.DependencyProperty

UpdateTextBoxOnKeyPressProperty public_oe static_oe property

public static DependencyProperty,System.Windows UpdateTextBoxOnKeyPressProperty
return System.Windows.DependencyProperty