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