Implemented interface member:
47 references to
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
235
var potentialNewSelectedParameter = Members.Items
[
oldSelectedIndex - 1] as ChangeSignatureDialogViewModel.ParameterViewModel;
PresentationFramework (30)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
148
object item = this.OwningDataGrid.Items
[
row];
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
278
if (items.IndexOf(items
[
i]) != i)
280
return (ProviderFromPeer(FindOrCreateItemAutomationPeer(items
[
i])));
288
currentItemPeer = FindOrCreateItemAutomationPeer(items
[
i]);
303
if (currentValue == null && value == null && items.IndexOf(items
[
i]) == i)
310
if (value.Equals(currentValue) && items.IndexOf(items
[
i]) == i)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (4)
75
ItemAutomationPeer peer = oldChildren[items
[
i]];
77
peer = CreateItemAutomationPeer(items
[
i]);
87
if (ItemPeers[items
[
i]] == null)
90
ItemPeers[items
[
i]] = peer;
System\Windows\Controls\ComboBox.cs (1)
1567
object item = Items
[
i];
System\Windows\Controls\DataGrid.cs (6)
2675
object itemToSelect = Items
[
indexToSelect];
2705
if (index >= 0 && ItemsControl.EqualsEx(newItem, Items
[
index]))
2713
if (index < Items.Count && ItemsControl.EqualsEx(newItem, Items
[
index]))
3790
SetCurrentItem(Items
[
itemCount - 1]);
5076
object item = Items
[
i];
8258
object row = Items
[
i];
System\Windows\Controls\DataGridCellsPanel.cs (2)
1078
cellsPresenter.IsItemItsOwnContainerInternal(cellsPresenter.Items
[
columnIndex])) ||
1080
headersPresenter.IsItemItsOwnContainerInternal(headersPresenter.Items
[
columnIndex])))
System\Windows\Controls\ItemContainerGenerator.cs (1)
893
object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View
[
index] : null;
System\Windows\Controls\ItemsControl.cs (2)
2578
return Items
[
startIndex];
3554
return (index >= 0) ? NewItemInfo(Items
[
index], ItemContainerGenerator.ContainerFromIndex(index), index)
System\Windows\Controls\Menu.cs (1)
345
if (menuItem != null && !(Items
[
i] is Separator))
System\Windows\Controls\Primitives\Selector.cs (3)
401
if ( (selectedIndex > -1 && selectedIndex < s.Items.Count && s.Items
[
selectedIndex] == value)
1992
key.Reset(Items
[
i]);
2445
ItemInfo info = _owner.NewItemInfo(_owner.Items
[
index], null, index);
System\Windows\Controls\TextSearch.cs (3)
223
object matchedItem = itemCollection
[
matchedItemIndex];
416
object item = itemCollection
[
currentIndex];
514
string matchedText = GetPrimaryTextFromItem(itemsControl, itemsControl.Items
[
matchedItemIndex]);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
166
if (items
[
r] == row)
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (10)
1440
item = category.Items
[
index];
2159
if (VerifyEqual(selectedItem, category.Items
[
index]))
2168
SetCurrentValue(SelectedItemProperty, category.Items
[
index]);
2221
object dataItem = category.Items
[
index];
2322
if (this.Items
[
i] is RibbonGalleryCategory)
2324
category = (RibbonGalleryCategory)this.Items
[
i];
2330
filterToAdd = this.Items
[
i];
2359
if (gallery.Items
[
i] is RibbonGalleryCategory)
2361
category = (RibbonGalleryCategory)gallery.Items
[
i];
2367
dataToCompareAgainst = gallery.Items
[
i];
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2227
object clonedItem = CreateClone(originalItemsControl.Items
[
i]);
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
171
object matchedItem = itemCollection
[
matchedItemIndex];
279
object matchedItem = itemCollection
[
matchedItemIndex];
405
object item = itemCollection
[
currentIndex];
509
return childItemsControl.Items
[
matchedIndex];
519
return itemsControl.Items
[
matchedIndex];