2 references to CustomPopupPlacementCallbackProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
292
get { return (CustomPopupPlacementCallback) GetValue(
CustomPopupPlacementCallbackProperty
); }
293
set { SetValue(
CustomPopupPlacementCallbackProperty
, value); }