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