4 references to AllowsTransparencyProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
805Window.AllowsTransparencyProperty.AddOwner(typeof(Popup),
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8124DependencyProperty dp = System.Windows.Window.AllowsTransparencyProperty;
src\Framework\System\Windows\Window.cs (2)
819get { return (bool)GetValue(AllowsTransparencyProperty); } 820set { SetValue(AllowsTransparencyProperty, BooleanBoxes.Box(value)); }