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