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)
281
if (items.IndexOf(items
[
i]) != i)
283
return (ProviderFromPeer(FindOrCreateItemAutomationPeer(items
[
i])));
291
currentItemPeer = FindOrCreateItemAutomationPeer(items
[
i]);
306
if (currentValue == null && value == null && items.IndexOf(items
[
i]) == i)
313
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]);
90
if (ItemPeers[items
[
i]] == null)
93
ItemPeers[items
[
i]] = peer;
System\Windows\Controls\ComboBox.cs (1)
1567
object item = Items
[
i];
System\Windows\Controls\DataGrid.cs (6)
2681
object itemToSelect = Items
[
indexToSelect];
2711
if (index >= 0 && ItemsControl.EqualsEx(newItem, Items
[
index]))
2719
if (index < Items.Count && ItemsControl.EqualsEx(newItem, Items
[
index]))
3796
SetCurrentItem(Items
[
itemCount - 1]);
5082
object item = Items
[
i];
8264
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];
2165
if (VerifyEqual(selectedItem, category.Items
[
index]))
2174
SetCurrentValue(SelectedItemProperty, category.Items
[
index]);
2227
object dataItem = category.Items
[
index];
2328
if (this.Items
[
i] is RibbonGalleryCategory)
2330
category = (RibbonGalleryCategory)this.Items
[
i];
2336
filterToAdd = this.Items
[
i];
2365
if (gallery.Items
[
i] is RibbonGalleryCategory)
2367
category = (RibbonGalleryCategory)gallery.Items
[
i];
2373
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];