1 instantiation of TextSearchInternal
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
55instance = new TextSearchInternal(itemsControl);
13 references to TextSearchInternal
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (7)
390text = TextSearchInternal.GetPrimaryTextFromItem(_firstGallery.SelectedCategory, SelectedItem, true); 424text = TextSearchInternal.GetPrimaryTextFromItem(_firstGallery.HighlightedCategory, HighlightedItem, true); 672object matchedItem = TextSearchInternal.FindMatchingPrefix(_firstGallery, newText, true, out matchedGalleryCategory); 687string matchedText = TextSearchInternal.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true); 716string matchedText = TextSearchInternal.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true); 1275TextSearchInternal instance = TextSearchInternal.EnsureInstance(_firstGallery);
Microsoft\Windows\Controls\TextSearchInternal.cs (6)
49internal static TextSearchInternal EnsureInstance(ItemsControl itemsControl) 51TextSearchInternal instance = (TextSearchInternal)itemsControl.GetValue(TextSearchInternalInstanceProperty); 90DependencyProperty.RegisterAttachedReadOnly("TextSearchInternalInstance", typeof(TextSearchInternal), typeof(TextSearchInternal), 745private static TextSearchInternal GetInstance(DependencyObject d)