1 instantiation of TextSearch
PresentationFramework (1)
System\Windows\Controls\TextSearch.cs (1)
55
instance = new
TextSearch
(itemsControl);
28 references to TextSearch
PresentationFramework (23)
System\Windows\Controls\ComboBox.cs (2)
586
string text =
TextSearch
.GetPrimaryTextFromItem(this, InternalSelectedItem);
689
MatchedTextInfo matchedTextInfo =
TextSearch
.FindMatchingPrefix(this, newText);
System\Windows\Controls\DataGrid.cs (2)
5416
TextSearch
instance =
TextSearch
.EnsureInstance(this);
System\Windows\Controls\ItemsControl.cs (4)
1648
TextSearch
instance =
TextSearch
.EnsureInstance(this);
1674
TextSearch
instance =
TextSearch
.EnsureInstance(this);
System\Windows\Controls\ListBox.cs (2)
414
TextSearch
instance =
TextSearch
.EnsureInstance(this);
System\Windows\Controls\TextSearch.cs (10)
49
internal static
TextSearch
EnsureInstance(ItemsControl itemsControl)
51
TextSearch
instance = (
TextSearch
)itemsControl.GetValue(TextSearchInstanceProperty);
69
= DependencyProperty.RegisterAttached("TextPath", typeof(string), typeof(
TextSearch
),
101
= DependencyProperty.RegisterAttached("Text", typeof(string), typeof(
TextSearch
),
137
DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(
TextSearch
),
144
DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(
TextSearch
),
155
DependencyProperty.RegisterAttachedReadOnly("TextSearchInstance", typeof(
TextSearch
), typeof(
TextSearch
),
711
private static
TextSearch
GetInstance(DependencyObject d)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
742
case 649: t = () => typeof(
TextSearch
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11179
typeof(System.Windows.Controls.
TextSearch
),
System\Windows\Markup\KnownTypes.cs (1)
6196
case KnownElements.TextSearch: t = typeof(System.Windows.Controls.
TextSearch
); break;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
553
string primaryTextPath = (string)itemsControl.GetValue(
TextSearch
.TextPathProperty);
566
primaryTextPath = (string)parentItemsControl.GetValue(
TextSearch
.TextPathProperty);
575
primaryTextPath = (string)grandParentItemsControl.GetValue(
TextSearch
.TextPathProperty);
596
string primaryText = (string)itemDO.GetValue(
TextSearch
.TextProperty);
778
string text = (string)element.GetValue(
TextSearch
.TextProperty);