public static RibbonCollection GetChildRibbons(RibbonControl target)
 {
     return((RibbonCollection)target.GetValue(ChildRibbonsProperty));
 }