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