7 references to AllowDropProperty
PresentationCore (4)
System\Windows\ContentElement.cs (1)
799
UIElement.
AllowDropProperty
.AddOwner(
System\Windows\UIElement.cs (2)
152
get { return (bool) GetValue(
AllowDropProperty
); }
153
set { SetValue(
AllowDropProperty
, BooleanBoxes.Box(value)); }
System\Windows\UIElement3D.cs (1)
95
UIElement.
AllowDropProperty
.AddOwner(
PresentationFramework (3)
System\Windows\Documents\TextSchema.cs (1)
1208
UIElement.
AllowDropProperty
,
System\Windows\FrameworkElement.cs (1)
2394
AllowDropProperty
.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8097
DependencyProperty dp = System.Windows.UIElement.
AllowDropProperty
;