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