¡@

Home 

c# Programming Glossary: dependencyproperty.registerattached

Set focus on textbox in WPF from view model (C#) & wPF

http://stackoverflow.com/questions/1356045/set-focus-on-textbox-in-wpf-from-view-model-c-wpf

static readonly DependencyProperty IsFocusedProperty DependencyProperty.RegisterAttached IsFocused typeof bool typeof FocusExtension new UIPropertyMetadata..

Proper DataGrid search from TextBox in WPF using MVVM

http://stackoverflow.com/questions/15467553/proper-datagrid-search-from-textbox-in-wpf-using-mvvm

static readonly DependencyProperty SearchValueProperty DependencyProperty.RegisterAttached SearchValue typeof string typeof DataGridTextSearch new FrameworkPropertyMetadata.. static readonly DependencyProperty IsTextMatchProperty DependencyProperty.RegisterAttached IsTextMatch typeof bool typeof DataGridTextSearch new UIPropertyMetadata..

How to add a Blend Behavior in a Style Setter

http://stackoverflow.com/questions/1647815/how-to-add-a-blend-behavior-in-a-style-setter

static readonly DependencyProperty BehaviorsProperty DependencyProperty.RegisterAttached Behaviors typeof Behaviors typeof SupplementaryInteraction new.. public static readonly DependencyProperty TriggersProperty DependencyProperty.RegisterAttached Triggers typeof Triggers typeof SupplementaryInteraction new..

WPF - Set Focus when a button is clicked - No Code Behind

http://stackoverflow.com/questions/2204063/wpf-set-focus-when-a-button-is-clicked-no-code-behind

static readonly DependencyProperty ElementToFocusProperty DependencyProperty.RegisterAttached ElementToFocus typeof Control typeof EventFocusAttachment new..

MVVM- How can I select text in a textbox?

http://stackoverflow.com/questions/2596757/mvvm-how-can-i-select-text-in-a-textbox

readonly DependencyProperty TextBoxControllerProperty DependencyProperty.RegisterAttached TextBoxController typeof ITextBoxController typeof TextBoxAttach..

databind the Source property of the WebBrowser in WPF

http://stackoverflow.com/questions/263551/databind-the-source-property-of-the-webbrowser-in-wpf

static readonly DependencyProperty BindableSourceProperty DependencyProperty.RegisterAttached BindableSource typeof string typeof WebBrowserUtility new UIPropertyMetadata..

WPF MVVM: how to bind GridViewColumn to ViewModel-Collection?

http://stackoverflow.com/questions/2643545/wpf-mvvm-how-to-bind-gridviewcolumn-to-viewmodel-collection

static readonly DependencyProperty ColumnsSourceProperty DependencyProperty.RegisterAttached ColumnsSource typeof object typeof GridViewColumns new UIPropertyMetadata.. readonly DependencyProperty HeaderTextMemberProperty DependencyProperty.RegisterAttached HeaderTextMember typeof string typeof GridViewColumns new UIPropertyMetadata.. readonly DependencyProperty DisplayMemberMemberProperty DependencyProperty.RegisterAttached DisplayMemberMember typeof string typeof GridViewColumns new..

mvvm how to make a list view auto scroll to a new Item in a list view

http://stackoverflow.com/questions/3317194/mvvm-how-to-make-a-list-view-auto-scroll-to-a-new-item-in-a-list-view

DependencyProperty IsBroughtIntoViewWhenSelectedProperty DependencyProperty.RegisterAttached IsBroughtIntoViewWhenSelected typeof bool typeof ListBoxItemBehavior..

Mutually exclusive checkable menu items?

http://stackoverflow.com/questions/3652688/mutually-exclusive-checkable-menu-items

static readonly DependencyProperty GroupNameProperty DependencyProperty.RegisterAttached GroupName typeof String typeof MenuItemExtensions new..

WPF/MVVM - how to handle double-click on TreeViewItems in the ViewModel?

http://stackoverflow.com/questions/4497825/wpf-mvvm-how-to-handle-double-click-on-treeviewitems-in-the-viewmodel

public static DependencyProperty CommandProperty DependencyProperty.RegisterAttached Command typeof ICommand typeof MouseDoubleClick new UIPropertyMetadata.. public static DependencyProperty CommandParameterProperty DependencyProperty.RegisterAttached CommandParameter typeof object typeof MouseDoubleClick ..

Bind TextBox on Enter-key press

http://stackoverflow.com/questions/563195/bind-textbox-on-enter-key-press

UpdatePropertySourceWhenEnterPressedProperty DependencyProperty.RegisterAttached UpdatePropertySourceWhenEnterPressed typeof DependencyProperty..

Adding custom attributes to an element in XAML?

http://stackoverflow.com/questions/5782864/adding-custom-attributes-to-an-element-in-xaml

static readonly DependencyProperty MyPropertyProperty DependencyProperty.RegisterAttached MyProperty typeof string typeof MyClass new FrameworkPropertyMetadata..

Attach ICommand in WPF UserControl

http://stackoverflow.com/questions/643689/attach-icommand-in-wpf-usercontrol

public static readonly DependencyProperty ImageProperty DependencyProperty.RegisterAttached Image typeof ImageSource typeof ImageButton new UIPropertyMetadata.. public static readonly DependencyProperty CaptionProperty DependencyProperty.RegisterAttached Caption typeof String typeof ImageButton new UIPropertyMetadata..

using attached events with caliburn micro Message.Attach

http://stackoverflow.com/questions/8402339/using-attached-events-with-caliburn-micro-message-attach

static readonly DependencyProperty ActivationModeProperty DependencyProperty.RegisterAttached ActivationMode typeof bool typeof DataChanging new FrameworkPropertyMetadata..