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