4 references to AllowsTransparencyProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (1)
796Window.AllowsTransparencyProperty.AddOwner(typeof(Popup),
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8832DependencyProperty dp = System.Windows.Window.AllowsTransparencyProperty;
System\Windows\Window.cs (2)
787get { return (bool)GetValue(AllowsTransparencyProperty); } 788set { SetValue(AllowsTransparencyProperty, BooleanBoxes.Box(value)); }