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