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