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