3 references to IsUnderSamePresentationSource
PresentationFramework (3)
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
107if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))
System\Windows\Controls\ScrollViewer.cs (1)
1645if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))
System\Windows\Window.cs (1)
7021if (!PresentationSource.IsUnderSamePresentationSource(e.OriginalSource as DependencyObject, this))