1 instantiation of TypeRecord
PresentationFramework (1)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
173tr = new TypeRecord(type, this);
11 references to TypeRecord
PresentationFramework (11)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (11)
110TypeRecord typeRecord = (TypeRecord)data; 168TypeRecord tr = (TypeRecord)this[type]; 193TypeRecord tr = (TypeRecord)this[type]; 210private void OnStaticPropertyChanged(TypeRecord typeRecord, PropertyChangedEventArgs args) 278return typeof(TypeRecord).GetMethod("OnStaticPropertyChanged", BindingFlags.Instance | BindingFlags.NonPublic); 588public PropertyRecord(string propertyName, TypeRecord owner) 593public PropertyRecord(string propertyName, TypeRecord owner, ListenerList<PropertyChangedEventArgs> list) 671TypeRecord _typeRecord;