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