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