1 write to _owner
PresentationCore (1)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (1)
24_owner = owner;
6 references to _owner
PresentationCore (6)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (6)
42UIElement e = _owner as UIElement; 52ContentElement ce = _owner as ContentElement; 62UIElement3D e3D = (UIElement3D)_owner; 76UIElement e = _owner as UIElement; 83ContentElement ce = _owner as ContentElement; 90UIElement3D e3D = (UIElement3D)_owner;