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