4 references to BackgroundProperty
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (4)
109defaultStyle.Setters.Add(new Setter(InkCanvas.BackgroundProperty, 416get { return (Brush) GetValue(BackgroundProperty); } 417set { SetValue(BackgroundProperty, value); } 2201background.Path = new PropertyPath(InkCanvas.BackgroundProperty);