4 references to BackgroundProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\InkCanvas.cs (4)
120defaultStyle.Setters.Add(new Setter(InkCanvas.BackgroundProperty, 428get { return (Brush) GetValue(BackgroundProperty); } 429set { SetValue(BackgroundProperty, value); } 2326background.Path = new PropertyPath(InkCanvas.BackgroundProperty);