/// <summary> /// Default constructor /// </summary> public Button() { ContextMenuService.Coerce(this); FocusManager.SetIsFocusScope(this, true); }
/// <summary> /// Default Constructor /// </summary> protected RibbonItemsControl() { ContextMenuService.Coerce(this); }