9 references to CustomPopupPlacementCallback
PresentationFramework (8)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
290public CustomPopupPlacementCallback CustomPopupPlacementCallback 292get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); }
src\Framework\System\Windows\Controls\Primitives\Popup.cs (4)
516typeof(CustomPopupPlacementCallback), 524public CustomPopupPlacementCallback CustomPopupPlacementCallback 526get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); } 2036CustomPopupPlacementCallback customCallback = CustomPopupPlacementCallback;
src\Framework\System\Windows\Controls\ToolTip.cs (2)
327public CustomPopupPlacementCallback CustomPopupPlacementCallback 329get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); }
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (1)
28public static CustomPopupPlacementCallback RightAlignedPopupPlacement