8 writes to AllowDrop
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
94AllowDrop = false;
src\Framework\System\windows\Documents\CaretElement.cs (1)
71AllowDrop = false;
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (1)
167this.AllowDrop = true;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
204this.AllowDrop = true;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
275this.AllowDrop = true; 1078spacer.AllowDrop = true; 1157SpacerPlaceholder spacerPlaceholder = new SpacerPlaceholder { MinHeight = 20, Visibility = Visibility.Visible, AllowDrop = true };
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
311this.AllowDrop = true;
1 reference to AllowDrop
PresentationCore (1)
Core\CSharp\System\Windows\DragDrop.cs (1)
1360if (targetUIElement.AllowDrop)