1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59
_propertyMap
= new WindowsFormsHostPropertyMap(this);
7 references to _propertyMap
WindowsFormsIntegration (7)
System\Windows\Integration\WindowsFormsHost.cs (7)
291
_propertyMap
.OnPropertyChanged(this, "Background", this.Background);
333
_propertyMap
.ApplyAll();
422
_propertyMap
.OnPropertyChanged(this, "Background", parentBrush);
523
_propertyMap
.ApplyAll();
711
if (
_propertyMap
!= null)
713
_propertyMap
.OnPropertyChanged(this, e.Property.Name, e.NewValue);
723
get { return
_propertyMap
; }