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