1 instantiation of TypeRecord
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
167tr = new TypeRecord(type, this);
11 references to TypeRecord
PresentationFramework (11)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (11)
104TypeRecord typeRecord = (TypeRecord)data; 162TypeRecord tr = (TypeRecord)this[type]; 187TypeRecord tr = (TypeRecord)this[type]; 204private void OnStaticPropertyChanged(TypeRecord typeRecord, PropertyChangedEventArgs args) 272return typeof(TypeRecord).GetMethod("OnStaticPropertyChanged", BindingFlags.Instance | BindingFlags.NonPublic); 582public PropertyRecord(string propertyName, TypeRecord owner) 587public PropertyRecord(string propertyName, TypeRecord owner, ListenerList<PropertyChangedEventArgs> list) 665TypeRecord _typeRecord;