2 references to AllowDropProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
111get { return (bool)GetValue(AllowDropProperty); } 112set { SetValue(AllowDropProperty, BooleanBoxes.Box(value)); }