4 references to BackgroundProperty
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (4)
96defaultStyle.Setters.Add(new Setter(InkCanvas.BackgroundProperty, 413get { return (Brush) GetValue(BackgroundProperty); } 414set { SetValue(BackgroundProperty, value); } 2203Path = new PropertyPath(InkCanvas.BackgroundProperty),