1 write to _owner
PresentationCore (1)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (1)
23_owner = owner;
6 references to _owner
PresentationCore (6)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (6)
41UIElement e = _owner as UIElement; 51ContentElement ce = _owner as ContentElement; 61UIElement3D e3D = (UIElement3D)_owner; 75UIElement e = _owner as UIElement; 82ContentElement ce = _owner as ContentElement; 89UIElement3D e3D = (UIElement3D)_owner;