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