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