1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
58_propertyMap = new WindowsFormsHostPropertyMap(this);
6 references to _propertyMap
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
287_propertyMap.OnPropertyChanged(this, nameof(Background), this.Background); 327_propertyMap.ApplyAll(); 415_propertyMap.OnPropertyChanged(this, nameof(Background), parentBrush); 510_propertyMap.ApplyAll(); 692_propertyMap?.OnPropertyChanged(this, e.Property.Name, e.NewValue); 701get { return _propertyMap; }