2 writes to
WindowsFormsIntegration (2)
System\Windows\Integration\PropertyMap.cs (2)
131
this
[
propertyName] = translator;
259
this
[
propertyName] = value;
2 references to
WindowsFormsIntegration (2)
System\Windows\Integration\PropertyMap.cs (2)
159
RunTranslator(this
[
propertyName], SourceObject, propertyName, property.GetValue(SourceObject, null));
231
return (this
[
propertyName] == EmptyPropertyTranslator);