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