3 references to AllowsTransparencyProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
818
get { return (bool) GetValue(
AllowsTransparencyProperty
); }
819
set { SetValue(
AllowsTransparencyProperty
, BooleanBoxes.Box(value)); }
1584
CoerceValue(
AllowsTransparencyProperty
);