Implemented interface member:
47 references to
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
234
var potentialNewSelectedParameter = Members.Items
[
oldSelectedIndex - 1] as ChangeSignatureDialogViewModel.ParameterViewModel;
PresentationFramework (30)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
154
object item = this.OwningDataGrid.Items
[
row];
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
300
if (items.IndexOf(items
[
i]) != i)
302
return (ProviderFromPeer(FindOrCreateItemAutomationPeer(items
[
i])));
310
currentItemPeer = FindOrCreateItemAutomationPeer(items
[
i]);
325
if (currentValue == null && value == null && items.IndexOf(items
[
i]) == i)
332
if (value.Equals(currentValue) && items.IndexOf(items
[
i]) == i)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (4)
89
ItemAutomationPeer peer = oldChildren[items
[
i]];
91
peer = CreateItemAutomationPeer(items
[
i]);
104
if (ItemPeers[items
[
i]] == null)
107
ItemPeers[items
[
i]] = peer;
System\Windows\Controls\ComboBox.cs (1)
1580
object item = Items
[
i];
System\Windows\Controls\DataGrid.cs (6)
2702
object itemToSelect = Items
[
indexToSelect];
2732
if (index >= 0 && ItemsControl.EqualsEx(newItem, Items
[
index]))
2740
if (index < Items.Count && ItemsControl.EqualsEx(newItem, Items
[
index]))
3826
SetCurrentItem(Items
[
itemCount - 1]);
5124
object item = Items
[
i];
8311
object row = Items
[
i];
System\Windows\Controls\DataGridCellsPanel.cs (2)
1084
cellsPresenter.IsItemItsOwnContainerInternal(cellsPresenter.Items
[
columnIndex])) ||
1086
headersPresenter.IsItemItsOwnContainerInternal(headersPresenter.Items
[
columnIndex])))
System\Windows\Controls\ItemContainerGenerator.cs (1)
900
object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View
[
index] : null;
System\Windows\Controls\ItemsControl.cs (2)
2618
return Items
[
startIndex];
3594
return (index >= 0) ? NewItemInfo(Items
[
index], ItemContainerGenerator.ContainerFromIndex(index), index)
System\Windows\Controls\Menu.cs (1)
356
if (menuItem != null && !(Items
[
i] is Separator))
System\Windows\Controls\Primitives\Selector.cs (3)
414
if ( (selectedIndex > -1 && selectedIndex < s.Items.Count && s.Items
[
selectedIndex] == value)
2004
key.Reset(Items
[
i]);
2458
ItemInfo info = _owner.NewItemInfo(_owner.Items
[
index], null, index);
System\Windows\Controls\TextSearch.cs (3)
236
object matchedItem = itemCollection
[
matchedItemIndex];
429
object item = itemCollection
[
currentIndex];
527
string matchedText = GetPrimaryTextFromItem(itemsControl, itemsControl.Items
[
matchedItemIndex]);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
171
if (items
[
r] == row)
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (10)
1441
item = category.Items
[
index];
2164
if (VerifyEqual(selectedItem, category.Items
[
index]))
2173
SetCurrentValue(SelectedItemProperty, category.Items
[
index]);
2226
object dataItem = category.Items
[
index];
2327
if (this.Items
[
i] is RibbonGalleryCategory)
2329
category = (RibbonGalleryCategory)this.Items
[
i];
2335
filterToAdd = this.Items
[
i];
2364
if (gallery.Items
[
i] is RibbonGalleryCategory)
2366
category = (RibbonGalleryCategory)gallery.Items
[
i];
2372
dataToCompareAgainst = gallery.Items
[
i];
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2253
object clonedItem = CreateClone(originalItemsControl.Items
[
i]);
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
176
object matchedItem = itemCollection
[
matchedItemIndex];
285
object matchedItem = itemCollection
[
matchedItemIndex];
411
object item = itemCollection
[
currentIndex];
515
return childItemsControl.Items
[
matchedIndex];
525
return itemsControl.Items
[
matchedIndex];