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
,
139
_synchronizedInputPattern = new SynchronizedInputAdaptor(
_owner
);
159
return (AutomationProperties.GetAutomationId(
_owner
));
165
return (AutomationProperties.GetName(
_owner
));
171
return (AutomationProperties.GetHelpText(
_owner
));
177
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
189
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
190
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
200
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
212
Rect rectElement = CalculateVisibleBoundingRect(
_owner
);
213
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
223
IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(
_owner
);
235
bool isOffscreen = !
_owner
.IsVisible;
239
Rect boundingRect = CalculateVisibleBoundingRect(
_owner
);
250
return !
_owner
.IsVisible;
309
return AutomationProperties.GetItemType(
_owner
);
321
return AutomationProperties.GetItemStatus(
_owner
);
327
return AutomationProperties.GetIsRequiredForForm(
_owner
);
333
return Keyboard.IsFocusable(
_owner
);
339
return
_owner
.IsKeyboardFocused;
345
return
_owner
.IsEnabled;
351
return AutomationProperties.GetIsDialog(
_owner
);
372
return IncludeInvisibleElementsInControlView ||
_owner
.IsVisible;
378
UIElement element = AutomationProperties.GetLabeledBy(
_owner
);
388
return AutomationProperties.GetAcceleratorKey(
_owner
);
394
string result = AutomationProperties.GetAccessKey(
_owner
);
396
return AccessKeyManager.InternalGetAccessKeyCharacter(
_owner
);
403
return AutomationProperties.GetLiveSetting(
_owner
);
413
int positionInSet = AutomationProperties.GetPositionInSet(
_owner
);
419
UIElement element =
_owner
.PositionAndSizeOfSetController;
448
int sizeOfSet = AutomationProperties.GetSizeOfSet(
_owner
);
454
UIElement element =
_owner
.PositionAndSizeOfSetController;
482
return AutomationProperties.GetHeadingLevel(
_owner
);
494
PresentationSource presentationSource = PresentationSource.CriticalFromVisual(
_owner
);
506
Rect rectElement = new Rect(new Point(0, 0),
_owner
.RenderSize);
507
Rect rectRoot = PointUtil.ElementToRoot(rectElement,
_owner
, presentationSource);
519
if (!
_owner
.Focus())