1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
19
_owner
= owner;
38 references to _owner
PresentationCore (38)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (38)
27
return
_owner
;
62
iterate(
_owner
,
140
_synchronizedInputPattern = new SynchronizedInputAdaptor(
_owner
);
160
return (AutomationProperties.GetAutomationId(
_owner
));
166
return (AutomationProperties.GetName(
_owner
));
172
return (AutomationProperties.GetHelpText(
_owner
));
178
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
190
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
191
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
201
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
213
Rect rectElement = CalculateVisibleBoundingRect(
_owner
);
214
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
224
IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(
_owner
);
236
bool isOffscreen = !
_owner
.IsVisible;
240
Rect boundingRect = CalculateVisibleBoundingRect(
_owner
);
251
return !
_owner
.IsVisible;
310
return AutomationProperties.GetItemType(
_owner
);
322
return AutomationProperties.GetItemStatus(
_owner
);
328
return AutomationProperties.GetIsRequiredForForm(
_owner
);
334
return Keyboard.IsFocusable(
_owner
);
340
return
_owner
.IsKeyboardFocused;
346
return
_owner
.IsEnabled;
352
return AutomationProperties.GetIsDialog(
_owner
);
373
return IncludeInvisibleElementsInControlView ||
_owner
.IsVisible;
379
UIElement element = AutomationProperties.GetLabeledBy(
_owner
);
389
return AutomationProperties.GetAcceleratorKey(
_owner
);
395
string result = AutomationProperties.GetAccessKey(
_owner
);
397
return AccessKeyManager.InternalGetAccessKeyCharacter(
_owner
);
404
return AutomationProperties.GetLiveSetting(
_owner
);
414
int positionInSet = AutomationProperties.GetPositionInSet(
_owner
);
420
UIElement element =
_owner
.PositionAndSizeOfSetController;
449
int sizeOfSet = AutomationProperties.GetSizeOfSet(
_owner
);
455
UIElement element =
_owner
.PositionAndSizeOfSetController;
483
return AutomationProperties.GetHeadingLevel(
_owner
);
495
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
507
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
508
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
520
if (!
_owner
.Focus())