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