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