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(); 713if (_propertyMap != null) 715_propertyMap.OnPropertyChanged(this, e.Property.Name, e.NewValue); 725get { return _propertyMap; }