1 override of OnDropDownClosed
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
132protected override void OnDropDownClosed(EventArgs e)
3 references to OnDropDownClosed
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
314comboBox.OnDropDownClosed(EventArgs.Empty); 326OnDropDownClosed(EventArgs.Empty);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
135base.OnDropDownClosed(e);