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