1 write to _attachedTo
PresentationFramework (1)
System\Windows\Controls\TextSearch.cs (1)
39_attachedTo = itemsControl;
9 references to _attachedTo
PresentationFramework (9)
System\Windows\Controls\TextSearch.cs (9)
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)); 767Debug.Assert(_attachedTo != null); 769_attachedTo.SetValue(CurrentPrefixProperty, _prefix); 782Debug.Assert(_attachedTo != null); 784_attachedTo.SetValue(IsActiveProperty, _isActive);