1 write to _attachedTo
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextSearch.cs (1)
54_attachedTo = itemsControl;
5 references to _attachedTo
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextSearch.cs (5)
212ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 230&& (String.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(_attachedTo))==0)) 236string primaryTextPath = GetPrimaryTextPath(_attachedTo); 240int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 253_attachedTo.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None));