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