1 write to _attachedTo
PresentationFramework (1)
System\Windows\Controls\TextSearch.cs (1)
40_attachedTo = itemsControl;
9 references to _attachedTo
PresentationFramework (9)
System\Windows\Controls\TextSearch.cs (9)
186ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 203if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(_attachedTo)) == 0) 209string primaryTextPath = GetPrimaryTextPath(_attachedTo); 213int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 226_attachedTo.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None)); 768Debug.Assert(_attachedTo != null); 770_attachedTo.SetValue(CurrentPrefixProperty, _prefix); 783Debug.Assert(_attachedTo != null); 785_attachedTo.SetValue(IsActiveProperty, _isActive);