1 instantiation of ItemStructList
WindowsBase (1)
Base\System\Windows\DependencyProperty.cs (1)
1235
/* property */ internal static ItemStructList<DependencyProperty> RegisteredPropertyList = new
ItemStructList
<DependencyProperty>(768);
2 references to ItemStructList
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (1)
1235
/* property */ internal static
ItemStructList
<DependencyProperty> RegisteredPropertyList = new ItemStructList<DependencyProperty>(768);
Shared\MS\Utility\ItemList.cs (1)
144
public void AppendTo(ref
ItemStructList
<T> destinationList)