2 references to OnPropertyContainerUnloaded
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (2)
71
container.Unloaded += new RoutedEventHandler(
OnPropertyContainerUnloaded
);
98
container.Unloaded -= new RoutedEventHandler(
OnPropertyContainerUnloaded
);