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