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