1 instantiation of TypeRecord
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
163tr = new TypeRecord(type, this);
11 references to TypeRecord
PresentationFramework (11)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (11)
100TypeRecord typeRecord = (TypeRecord)data; 158TypeRecord tr = (TypeRecord)this[type]; 183TypeRecord tr = (TypeRecord)this[type]; 200private void OnStaticPropertyChanged(TypeRecord typeRecord, PropertyChangedEventArgs args) 268return typeof(TypeRecord).GetMethod("OnStaticPropertyChanged", BindingFlags.Instance | BindingFlags.NonPublic); 578public PropertyRecord(string propertyName, TypeRecord owner) 583public PropertyRecord(string propertyName, TypeRecord owner, ListenerList<PropertyChangedEventArgs> list) 661private TypeRecord _typeRecord;