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)
149
object item = this.OwningDataGrid.Items
[
row];
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
288
if (items.IndexOf(items
[
i]) != i)
290
return (ProviderFromPeer(FindOrCreateItemAutomationPeer(items
[
i])));
298
currentItemPeer = FindOrCreateItemAutomationPeer(items
[
i]);
313
if (currentValue == null && value == null && items.IndexOf(items
[
i]) == i)
320
if (value.Equals(currentValue) && items.IndexOf(items
[
i]) == i)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (4)
76
ItemAutomationPeer peer = oldChildren[items
[
i]];
78
peer = CreateItemAutomationPeer(items
[
i]);
91
if (ItemPeers[items
[
i]] == null)
94
ItemPeers[items
[
i]] = peer;
System\Windows\Controls\ComboBox.cs (1)
1570
object item = Items
[
i];
System\Windows\Controls\DataGrid.cs (6)
2699
object itemToSelect = Items
[
indexToSelect];
2729
if (index >= 0 && ItemsControl.EqualsEx(newItem, Items
[
index]))
2737
if (index < Items.Count && ItemsControl.EqualsEx(newItem, Items
[
index]))
3823
SetCurrentItem(Items
[
itemCount - 1]);
5121
object item = Items
[
i];
8308
object row = Items
[
i];
System\Windows\Controls\DataGridCellsPanel.cs (2)
1080
cellsPresenter.IsItemItsOwnContainerInternal(cellsPresenter.Items
[
columnIndex])) ||
1082
headersPresenter.IsItemItsOwnContainerInternal(headersPresenter.Items
[
columnIndex])))
System\Windows\Controls\ItemContainerGenerator.cs (1)
894
object target = (Parent == null) && (0 <= index && index < Host.View.Count) ? Host.View
[
index] : null;
System\Windows\Controls\ItemsControl.cs (2)
2609
return Items
[
startIndex];
3585
return (index >= 0) ? NewItemInfo(Items
[
index], ItemContainerGenerator.ContainerFromIndex(index), index)
System\Windows\Controls\Menu.cs (1)
346
if (menuItem != null && !(Items
[
i] is Separator))
System\Windows\Controls\Primitives\Selector.cs (3)
405
if ( (selectedIndex > -1 && selectedIndex < s.Items.Count && s.Items
[
selectedIndex] == value)
1995
key.Reset(Items
[
i]);
2449
ItemInfo info = _owner.NewItemInfo(_owner.Items
[
index], null, index);
System\Windows\Controls\TextSearch.cs (3)
224
object matchedItem = itemCollection
[
matchedItemIndex];
417
object item = itemCollection
[
currentIndex];
515
string matchedText = GetPrimaryTextFromItem(itemsControl, itemsControl.Items
[
matchedItemIndex]);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
167
if (items
[
r] == row)
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (10)
1439
item = category.Items
[
index];
2162
if (VerifyEqual(selectedItem, category.Items
[
index]))
2171
SetCurrentValue(SelectedItemProperty, category.Items
[
index]);
2224
object dataItem = category.Items
[
index];
2325
if (this.Items
[
i] is RibbonGalleryCategory)
2327
category = (RibbonGalleryCategory)this.Items
[
i];
2333
filterToAdd = this.Items
[
i];
2362
if (gallery.Items
[
i] is RibbonGalleryCategory)
2364
category = (RibbonGalleryCategory)gallery.Items
[
i];
2370
dataToCompareAgainst = gallery.Items
[
i];
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2248
object clonedItem = CreateClone(originalItemsControl.Items
[
i]);
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
172
object matchedItem = itemCollection
[
matchedItemIndex];
280
object matchedItem = itemCollection
[
matchedItemIndex];
406
object item = itemCollection
[
currentIndex];
510
return childItemsControl.Items
[
matchedIndex];
520
return itemsControl.Items
[
matchedIndex];