2 types derived from PropertyMap
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
16
internal sealed class ElementHostPropertyMap :
PropertyMap
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
17
internal sealed class WindowsFormsHostPropertyMap :
PropertyMap
3 references to PropertyMap
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
1041
public
PropertyMap
PropertyMap
System\Windows\Integration\WindowsFormsHost.cs (2)
721
public
PropertyMap
PropertyMap
725
private
PropertyMap
_propertyMap;