1 instantiation of TextSearchInternal
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
59instance = new TextSearchInternal(itemsControl);
15 references to TextSearchInternal
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (7)
397text = TextSearchInternal.GetPrimaryTextFromItem(_firstGallery.SelectedCategory, SelectedItem, true); 431text = TextSearchInternal.GetPrimaryTextFromItem(_firstGallery.HighlightedCategory, HighlightedItem, true); 681object matchedItem = TextSearchInternal.FindMatchingPrefix(_firstGallery, newText, true, out matchedGalleryCategory); 696string matchedText = TextSearchInternal.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true); 725string matchedText = TextSearchInternal.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true); 1287TextSearchInternal instance = TextSearchInternal.EnsureInstance(_firstGallery);
Microsoft\Windows\Controls\TextSearchInternal.cs (8)
53internal static TextSearchInternal EnsureInstance(ItemsControl itemsControl) 55TextSearchInternal instance = (TextSearchInternal)itemsControl.GetValue(TextSearchInternalInstanceProperty); 74DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(TextSearchInternal), 81DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(TextSearchInternal), 94DependencyProperty.RegisterAttachedReadOnly("TextSearchInternalInstance", typeof(TextSearchInternal), typeof(TextSearchInternal), 752private static TextSearchInternal GetInstance(DependencyObject d)