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