2 instantiations of ItemPropertyInfo
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1512
list.Add(new
ItemPropertyInfo
(pd.Name, pd.PropertyType, pd));
1516
list.Add(new
ItemPropertyInfo
(pi.Name, pi.PropertyType, pi));
15 references to ItemPropertyInfo
PresentationFramework (14)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
967
ReadOnlyCollection<
ItemPropertyInfo
> IItemProperties.ItemProperties
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
271
public ReadOnlyCollection<
ItemPropertyInfo
> ItemProperties
src\Framework\System\Windows\Controls\DataGrid.cs (3)
7806
ReadOnlyCollection<
ItemPropertyInfo
> itemProperties = ((IItemProperties)Items).ItemProperties;
7883
ReadOnlyCollection<
ItemPropertyInfo
> itemProperties,
7892
foreach (
ItemPropertyInfo
itemProperty in itemProperties)
src\Framework\System\Windows\Controls\DataGridAutoGeneratingColumnEventArgs.cs (1)
34
internal DataGridAutoGeneratingColumnEventArgs(DataGridColumn column,
ItemPropertyInfo
itemPropertyInfo) :
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
1162
internal static DataGridColumn CreateDefaultColumn(
ItemPropertyInfo
itemProperty)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1481
ReadOnlyCollection<
ItemPropertyInfo
> IItemProperties.ItemProperties
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1275
public ReadOnlyCollection<
ItemPropertyInfo
> ItemProperties
src\Framework\System\Windows\Data\CollectionView.cs (4)
1459
internal ReadOnlyCollection<
ItemPropertyInfo
> GetItemProperties()
1504
List<
ItemPropertyInfo
> list = new List<
ItemPropertyInfo
>();
1521
return new ReadOnlyCollection<
ItemPropertyInfo
>(list);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1625
public ReadOnlyCollection<
ItemPropertyInfo
> ItemProperties
WindowsBase (1)
Base\System\ComponentModel\IItemProperties.cs (1)
33
ReadOnlyCollection<
ItemPropertyInfo
> ItemProperties { get; }