7 references to AllowDropProperty
PresentationCore (4)
Core\CSharp\System\Windows\ContentElement.cs (1)
805
UIElement.
AllowDropProperty
.AddOwner(
Core\CSharp\System\Windows\UIElement.cs (2)
159
get { return (bool) GetValue(
AllowDropProperty
); }
160
set { SetValue(
AllowDropProperty
, BooleanBoxes.Box(value)); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
102
UIElement.
AllowDropProperty
.AddOwner(
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1210
UIElement.
AllowDropProperty
,
src\Framework\System\Windows\FrameworkElement.cs (1)
2391
AllowDropProperty
.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8055
DependencyProperty dp = System.Windows.UIElement.
AllowDropProperty
;