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