1 instantiation of TypeRecord
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
163
tr = new
TypeRecord
(type, this);
11 references to TypeRecord
PresentationFramework (11)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (11)
100
TypeRecord
typeRecord = (
TypeRecord
)data;
158
TypeRecord
tr = (
TypeRecord
)this[type];
183
TypeRecord
tr = (
TypeRecord
)this[type];
200
private void OnStaticPropertyChanged(
TypeRecord
typeRecord, PropertyChangedEventArgs args)
268
return typeof(
TypeRecord
).GetMethod("OnStaticPropertyChanged", BindingFlags.Instance | BindingFlags.NonPublic);
578
public PropertyRecord(string propertyName,
TypeRecord
owner)
583
public PropertyRecord(string propertyName,
TypeRecord
owner, ListenerList<PropertyChangedEventArgs> list)
661
private
TypeRecord
_typeRecord;