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