1 write to _attachedTo
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextSearch.cs (1)
54
_attachedTo
= itemsControl;
5 references to _attachedTo
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextSearch.cs (5)
212
ItemCollection itemCollection =
_attachedTo
.Items as ItemCollection;
230
&& (String.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true, GetCulture(
_attachedTo
))==0))
236
string primaryTextPath = GetPrimaryTextPath(
_attachedTo
);
240
int matchedItemIndex = FindMatchingPrefix(
_attachedTo
, primaryTextPath, Prefix,
253
_attachedTo
.NavigateToItem(matchedItem, matchedItemIndex, new ItemsControl.ItemNavigateArgs(Keyboard.PrimaryDevice, ModifierKeys.None));