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