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