1 write to Item
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
32Item = item;
36 references to Item
PresentationFramework (33)
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (2)
113!ItemsControl.EqualsEx(peer.Item, dataItemHeader)) 185if (startAfterItem.Item == null)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (9)
224object item = Item; 270this.OwningDataGrid.ScrollIntoView(Item); 281return this.OwningDataGrid.SelectedItems.Contains(Item); 301object item = Item; 330object item = Item; 346this.OwningDataGrid.SelectedItem = Item; 377int rowIndex = dataGrid.Items.IndexOf(Item); 505peer = new DataGridCellItemAutomationPeer(Item, column); 581object item = Item;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
49object item = Item;
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
296object item = peer.Item;
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (7)
253position = GetPositionInSetFromItemsControl(parentItemsControl, Item); 287size = GetSizeOfSetFromItemsControl(parentItemsControl, Item); 459else if ((item = Item) != null) 475object item = Item; 657System.Diagnostics.Debug.Assert(Object.Equals(item, Item), "ItemPeer reuse for an unequal item is not supported"); 712parent.OnBringItemIntoView(Item); 734}, Item);
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
240if(GetPeerFromWeakRefStorage(itemPeer.Item) == null) 241WeakRefElementProxyStorage[itemPeer.Item] = wr; 279if (startAfterItem.Item == null) 286startIndex = items.IndexOf(startAfterItem.Item)+ 1;
src\Framework\System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (2)
70parent.ScrollIntoView(Item); 75parentPeer.ScrollItemIntoView(Item);
src\Framework\System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (5)
54parentSelector.SelectionChange.SelectJustThisItem(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */); 67if ((parentSelector == null) || (!parentSelector.CanSelectMultiple && parentSelector.SelectedItem != null && parentSelector.SelectedItem != Item)) 75parentSelector.SelectionChange.Select(parentSelector.NewItemInfo(Item), true); 91parentSelector.SelectionChange.Unselect(parentSelector.NewItemInfo(Item)); 105return parentSelector._selectedItems.Contains(parentSelector.NewItemInfo(Item));
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
324parent.OnBringItemIntoView(Item); 329Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(parent.OnBringItemIntoView), Item);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedListBoxItemAutomationPeer.cs (1)
29return EditorUtilities.GetDisplayName(this.Item);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
451return Item == null ? string.Empty : Item.GetType().Name;