1 write to _owner
PresentationCore (1)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (1)
34_owner = owner;
6 references to _owner
PresentationCore (6)
MS\Internal\Automation\SynchronizedInputAdaptor.cs (6)
52UIElement e = _owner as UIElement; 62ContentElement ce = _owner as ContentElement; 72UIElement3D e3D = (UIElement3D)_owner; 86UIElement e = _owner as UIElement; 93ContentElement ce = _owner as ContentElement; 100UIElement3D e3D = (UIElement3D)_owner;