1 write to _attachedTo
PresentationFramework (1)
System\Windows\Controls\TextSearch.cs (1)
51_attachedTo = itemsControl;
9 references to _attachedTo
PresentationFramework (9)
System\Windows\Controls\TextSearch.cs (9)
197ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 214if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(_attachedTo)) == 0) 220string primaryTextPath = GetPrimaryTextPath(_attachedTo); 224int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 237_attachedTo.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None)); 782Debug.Assert(_attachedTo != null); 784_attachedTo.SetValue(CurrentPrefixProperty, _prefix); 797Debug.Assert(_attachedTo != null); 799_attachedTo.SetValue(IsActiveProperty, _isActive);