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