3 references to TreatMousePlacementAsBottomProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
106get { return (bool)GetValue(TreatMousePlacementAsBottomProperty); } 107set { SetValue(TreatMousePlacementAsBottomProperty, value); } 961popup.SetBinding(TreatMousePlacementAsBottomProperty, binding);