1 write to Item
PresentationFramework (1)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
35Item = item;
34 references to Item
PresentationFramework (33)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (2)
117!ItemsControl.EqualsEx(peer.Item, dataItemHeader)) 189if (startAfterItem.Item == null)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (9)
221object item = Item; 267this.OwningDataGrid.ScrollIntoView(Item); 278return this.OwningDataGrid.SelectedItems.Contains(Item); 298object item = Item; 327object item = Item; 343this.OwningDataGrid.SelectedItem = Item; 374int rowIndex = dataGrid.Items.IndexOf(Item); 496peer = new DataGridCellItemAutomationPeer(Item, column); 571object item = Item;
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
53object item = Item;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
310object item = peer.Item;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (7)
290position = GetPositionInSetFromItemsControl(parentItemsControl, Item); 324size = GetSizeOfSetFromItemsControl(parentItemsControl, Item); 508else if ((item = Item) != null) 524object item = Item; 707System.Diagnostics.Debug.Assert(Object.Equals(item, Item), "ItemPeer reuse for an unequal item is not supported"); 762parent.OnBringItemIntoView(Item); 784}, Item);
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
243if(GetPeerFromWeakRefStorage(itemPeer.Item) == null) 244WeakRefElementProxyStorage[itemPeer.Item] = wr; 282if (startAfterItem.Item == null) 289startIndex = items.IndexOf(startAfterItem.Item)+ 1;
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (2)
71parent.ScrollIntoView(Item); 76parentPeer.ScrollItemIntoView(Item);
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (5)
57parentSelector.SelectionChange.SelectJustThisItem(parentSelector.NewItemInfo(Item), true /* assumeInItemsCollection */); 70if ((parentSelector == null) || (!parentSelector.CanSelectMultiple && parentSelector.SelectedItem != null && parentSelector.SelectedItem != Item)) 78parentSelector.SelectionChange.Select(parentSelector.NewItemInfo(Item), true); 94parentSelector.SelectionChange.Unselect(parentSelector.NewItemInfo(Item)); 108return parentSelector._selectedItems.Contains(parentSelector.NewItemInfo(Item));
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
319parent.OnBringItemIntoView(Item); 324Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(parent.OnBringItemIntoView), Item);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
166if ((parentSelector == null) || (parentSelector.SelectedItem != null && parentSelector.SelectedItem != Item))