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; 215&& (String.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(_attachedTo))==0)) 221string primaryTextPath = GetPrimaryTextPath(_attachedTo); 225int matchedItemIndex = FindMatchingPrefix(_attachedTo, primaryTextPath, Prefix, 238_attachedTo.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None)); 783Debug.Assert(_attachedTo != null); 785_attachedTo.SetValue(CurrentPrefixProperty, _prefix); 798Debug.Assert(_attachedTo != null); 800_attachedTo.SetValue(IsActiveProperty, _isActive);