1 write to _captured
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
343
_captured
= element;
21 references to _captured
PresentationCore (21)
System\Windows\Input\TouchDevice.cs (21)
176
over =
_captured
;
185
IInputElement capture = InputElement.GetContainingInputElement(
_captured
as DependencyObject);
207
while ((ieTest != null) && (ieTest !=
_captured
))
231
if (ieTest !=
_captured
)
234
over =
_captured
;
240
over =
_captured
;
282
get { return
_captured
; }
334
if (
_captured
!= element)
342
IInputElement oldCapture =
_captured
;
384
UpdateReverseInheritedProperty(capture: true, oldCapture,
_captured
);
392
if (
_captured
!= null)
394
DependencyObject o =
_captured
as DependencyObject;
402
if (
_captured
!= null)
404
RaiseGotCapture(
_captured
);
438
DependencyObject other = capture ? (touchDevice.
_captured
as DependencyObject) : (touchDevice._directlyOver as DependencyObject);
506
if (
_captured
== null)
520
CastInputElement(
_captured
, out uiElement, out contentElement, out uiElement3D);
544
DependencyObject containingVisual = InputElement.GetContainingVisual(
_captured
as DependencyObject);
559
UpdateReverseInheritedProperty(capture: true,
_captured
,
_captured
);
1084
UIElement element =
_captured
as UIElement;