3 references to AllowsTransparencyProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
816
get { return (bool) GetValue(
AllowsTransparencyProperty
); }
817
set { SetValue(
AllowsTransparencyProperty
, BooleanBoxes.Box(value)); }
1600
CoerceValue(
AllowsTransparencyProperty
);