5 references to CustomPopupPlacementCallbackProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
284
Popup.
CustomPopupPlacementCallbackProperty
.AddOwner(typeof(ContextMenu));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
526
get { return (CustomPopupPlacementCallback) GetValue(
CustomPopupPlacementCallbackProperty
); }
527
set { SetValue(
CustomPopupPlacementCallbackProperty
, value); }
958
popup.SetBinding(
CustomPopupPlacementCallbackProperty
, binding);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
321
Popup.
CustomPopupPlacementCallbackProperty
.AddOwner(typeof(ToolTip));