1 instantiation of TextSearchInternal
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
56
instance = new
TextSearchInternal
(itemsControl);
15 references to TextSearchInternal
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (7)
395
text =
TextSearchInternal
.GetPrimaryTextFromItem(_firstGallery.SelectedCategory, SelectedItem, true);
429
text =
TextSearchInternal
.GetPrimaryTextFromItem(_firstGallery.HighlightedCategory, HighlightedItem, true);
679
object matchedItem =
TextSearchInternal
.FindMatchingPrefix(_firstGallery, newText, true, out matchedGalleryCategory);
694
string matchedText =
TextSearchInternal
.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true);
723
string matchedText =
TextSearchInternal
.GetPrimaryTextFromItem(matchedGalleryCategory, matchedItem, true);
1285
TextSearchInternal
instance =
TextSearchInternal
.EnsureInstance(_firstGallery);
Microsoft\Windows\Controls\TextSearchInternal.cs (8)
50
internal static
TextSearchInternal
EnsureInstance(ItemsControl itemsControl)
52
TextSearchInternal
instance = (
TextSearchInternal
)itemsControl.GetValue(TextSearchInternalInstanceProperty);
71
DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(
TextSearchInternal
),
78
DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(
TextSearchInternal
),
91
DependencyProperty.RegisterAttachedReadOnly("TextSearchInternalInstance", typeof(
TextSearchInternal
), typeof(
TextSearchInternal
),
747
private static
TextSearchInternal
GetInstance(DependencyObject d)