2 references to IsBackgroundVisibleProperty
PresentationFramework (2)
System\Windows\Shell\ThumbButtonInfo.cs (2)
81
get { return (bool)GetValue(
IsBackgroundVisibleProperty
); }
82
set { SetValue(
IsBackgroundVisibleProperty
, value); }