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