1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
18
_owner
= owner;
38 references to _owner
PresentationCore (38)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (38)
26
return
_owner
;
61
iterate(
_owner
,
136
_synchronizedInputPattern = new SynchronizedInputAdaptor(
_owner
);
156
return (AutomationProperties.GetAutomationId(
_owner
));
162
return (AutomationProperties.GetName(
_owner
));
168
return (AutomationProperties.GetHelpText(
_owner
));
174
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
186
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
187
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
197
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
209
Rect rectElement = CalculateVisibleBoundingRect(
_owner
);
210
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
220
IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(
_owner
);
232
bool isOffscreen = !
_owner
.IsVisible;
236
Rect boundingRect = CalculateVisibleBoundingRect(
_owner
);
247
return !
_owner
.IsVisible;
306
return AutomationProperties.GetItemType(
_owner
);
318
return AutomationProperties.GetItemStatus(
_owner
);
324
return AutomationProperties.GetIsRequiredForForm(
_owner
);
330
return Keyboard.IsFocusable(
_owner
);
336
return
_owner
.IsKeyboardFocused;
342
return
_owner
.IsEnabled;
348
return AutomationProperties.GetIsDialog(
_owner
);
369
return IncludeInvisibleElementsInControlView ||
_owner
.IsVisible;
375
UIElement element = AutomationProperties.GetLabeledBy(
_owner
);
385
return AutomationProperties.GetAcceleratorKey(
_owner
);
391
string result = AutomationProperties.GetAccessKey(
_owner
);
393
return AccessKeyManager.InternalGetAccessKeyCharacter(
_owner
);
400
return AutomationProperties.GetLiveSetting(
_owner
);
410
int positionInSet = AutomationProperties.GetPositionInSet(
_owner
);
416
UIElement element =
_owner
.PositionAndSizeOfSetController;
445
int sizeOfSet = AutomationProperties.GetSizeOfSet(
_owner
);
451
UIElement element =
_owner
.PositionAndSizeOfSetController;
479
return AutomationProperties.GetHeadingLevel(
_owner
);
491
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
503
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
504
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
516
if (!
_owner
.Focus())