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