1 instantiation of TypeRecord
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
164tr = new TypeRecord(type, this);
11 references to TypeRecord
PresentationFramework (11)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (11)
101TypeRecord typeRecord = (TypeRecord)data; 159TypeRecord tr = (TypeRecord)this[type]; 184TypeRecord tr = (TypeRecord)this[type]; 201private void OnStaticPropertyChanged(TypeRecord typeRecord, PropertyChangedEventArgs args) 269return typeof(TypeRecord).GetMethod("OnStaticPropertyChanged", BindingFlags.Instance | BindingFlags.NonPublic); 579public PropertyRecord(string propertyName, TypeRecord owner) 584public PropertyRecord(string propertyName, TypeRecord owner, ListenerList<PropertyChangedEventArgs> list) 662TypeRecord _typeRecord;