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