2 writes to
WindowsFormsIntegration (2)
System\Windows\Integration\PropertyMap.cs (2)
130
this
[
propertyName] = translator;
258
this
[
propertyName] = value;
2 references to
WindowsFormsIntegration (2)
System\Windows\Integration\PropertyMap.cs (2)
158
RunTranslator(this
[
propertyName], SourceObject, propertyName, property.GetValue(SourceObject, null));
230
return (this
[
propertyName] == EmptyPropertyTranslator);