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