1 instantiation of DependentList
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
2451dependentListMap[source.DependencyProperty.GlobalIndex] = dependentList = new DependentList();
8 references to DependentList
WindowsBase (8)
Base\System\Windows\DependencyObject.cs (8)
1774if (((DependentList)dependentList).IsEmpty) 1777((DependentList)dependentList).InvalidateDependents(this, args); 1788if (((DependentList)dependentList).IsEmpty) 1791((DependentList)dependentList).InvalidateDependents(this, new DependencyPropertyChangedEventArgs(dp, (PropertyMetadata)null, null)); 2448DependentList dependentList; 2455dependentList = (DependentList)dependentListObj; 2464DependentList dependentList = (DependentList)dependentListObj;