1 write to _owner
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
29
_owner
= owner;
36 references to _owner
PresentationCore (36)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (36)
37
return
_owner
;
78
iterate(
_owner
,
160
_synchronizedInputPattern = new SynchronizedInputAdaptor(
_owner
);
180
return (AutomationProperties.GetAutomationId(
_owner
));
186
return (AutomationProperties.GetName(
_owner
));
192
return (AutomationProperties.GetHelpText(
_owner
));
204
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
216
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
217
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
233
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
245
Rect rectElement = CalculateVisibleBoundingRect(
_owner
);
246
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
256
IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(
_owner
);
268
bool isOffscreen = !
_owner
.IsVisible;
272
Rect boundingRect = CalculateVisibleBoundingRect(
_owner
);
283
return !
_owner
.IsVisible;
342
return AutomationProperties.GetItemType(
_owner
);
354
return AutomationProperties.GetItemStatus(
_owner
);
360
return AutomationProperties.GetIsRequiredForForm(
_owner
);
366
return Keyboard.IsFocusable(
_owner
);
372
return
_owner
.IsKeyboardFocused;
378
return
_owner
.IsEnabled;
399
return IncludeInvisibleElementsInControlView ||
_owner
.IsVisible;
405
UIElement element = AutomationProperties.GetLabeledBy(
_owner
);
415
return AutomationProperties.GetAcceleratorKey(
_owner
);
421
string result = AutomationProperties.GetAccessKey(
_owner
);
423
return AccessKeyManager.InternalGetAccessKeyCharacter(
_owner
);
430
return AutomationProperties.GetLiveSetting(
_owner
);
440
int positionInSet = AutomationProperties.GetPositionInSet(
_owner
);
446
UIElement element =
_owner
.PositionAndSizeOfSetController;
475
int sizeOfSet = AutomationProperties.GetSizeOfSet(
_owner
);
481
UIElement element =
_owner
.PositionAndSizeOfSetController;
518
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
530
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
531
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
543
if (!
_owner
.Focus())