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)
197
ItemCollection itemCollection =
_attachedTo
.Items as ItemCollection;
214
if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(
_attachedTo
)) == 0)
220
string primaryTextPath = GetPrimaryTextPath(
_attachedTo
);
224
int matchedItemIndex = FindMatchingPrefix(
_attachedTo
, primaryTextPath, Prefix,
237
_attachedTo
.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None));
782
Debug.Assert(
_attachedTo
!= null);
784
_attachedTo
.SetValue(CurrentPrefixProperty, _prefix);
797
Debug.Assert(
_attachedTo
!= null);
799
_attachedTo
.SetValue(IsActiveProperty, _isActive);