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