1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
61
_propertyMap
= new WindowsFormsHostPropertyMap(this);
7 references to _propertyMap
WindowsFormsIntegration (7)
System\Windows\Integration\WindowsFormsHost.cs (7)
293
_propertyMap
.OnPropertyChanged(this, "Background", this.Background);
335
_propertyMap
.ApplyAll();
424
_propertyMap
.OnPropertyChanged(this, "Background", parentBrush);
525
_propertyMap
.ApplyAll();
713
if (
_propertyMap
!= null)
715
_propertyMap
.OnPropertyChanged(this, e.Property.Name, e.NewValue);
725
get { return
_propertyMap
; }