예제 #1
0
 private void SetSmallItem1(AyQQComboBoxItem cbo)
 {
     if (cbo != null && cbo.PrewItem != null)
     {
         cbo.PrewItem.QQSelectState = 1;
         SetSmallItem1(cbo.PrewItem);
     }
 }
예제 #2
0
        private static void IsSelectedChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
        {
            AyQQComboBoxItem itb = sender as AyQQComboBoxItem;

            if (itb != null)
            {
                itb.BaseMouseEnter();
            }
        }