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