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