1 write to _attachedTo
PresentationFramework (1)
System\Windows\Controls\TextSearch.cs (1)
39_attachedTo = itemsControl;
5 references to _attachedTo
PresentationFramework (5)
System\Windows\Controls\TextSearch.cs (5)
185ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 202if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(_attachedTo)) == 0) 208string primaryTextPath = GetPrimaryTextPath(_attachedTo); 212int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 225_attachedTo.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None));