2 references to CustomPopupPlacementCallbackProperty
PresentationFramework (2)
System\Windows\Controls\ToolTip.cs (2)
305
get { return (CustomPopupPlacementCallback) GetValue(
CustomPopupPlacementCallbackProperty
); }
306
set { SetValue(
CustomPopupPlacementCallbackProperty
, value); }