1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
881
_propertyMap
= new ElementHostPropertyMap(this);
2 references to _propertyMap
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
194
_propertyMap
.ApplyAll();
1036
get { return
_propertyMap
; }