7 references to AllowDropProperty
PresentationCore (4)
System\Windows\ContentElement.cs (1)
787
UIElement.
AllowDropProperty
.AddOwner(
System\Windows\UIElement.cs (2)
142
get { return (bool) GetValue(
AllowDropProperty
); }
143
set { SetValue(
AllowDropProperty
, BooleanBoxes.Box(value)); }
System\Windows\UIElement3D.cs (1)
79
UIElement.
AllowDropProperty
.AddOwner(
PresentationFramework (3)
System\Windows\Documents\TextSchema.cs (1)
1201
UIElement.
AllowDropProperty
,
System\Windows\FrameworkElement.cs (1)
2374
AllowDropProperty
.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8754
DependencyProperty dp = System.Windows.UIElement.
AllowDropProperty
;