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