238 references to Owner
Microsoft.VisualStudio.LanguageServices (2)
Utilities\AutomationDelegatingListView.cs (2)
92var toggleButton = ((CheckBox)checkBoxItem.Owner); 101var toggleButton = ((RadioButton)radioButtonItem.Owner);
PresentationFramework (173)
System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
47((Button)Owner).AutomationButtonBaseClick();
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
23RoutedUICommand uiCommand = ((ButtonBase)Owner).Command as RoutedUICommand; 38ButtonBase owner = (ButtonBase)Owner; 58ButtonBase bb = (ButtonBase)Owner;
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
32return this.Owner as System.Windows.Controls.Calendar; 171return this.Owner.GetType().Name;
System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (2)
31return (Owner is CalendarDayButton); 54return Owner.GetType().Name;
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (10)
41ComboBox owner = (ComboBox)Owner; 69ComboBox owner = (ComboBox)Owner; 89ComboBox owner = (ComboBox)Owner; 119ComboBox owner = (ComboBox)Owner; 144ComboBox owner = (ComboBox)Owner; 157return ((ComboBox)(((ComboBoxAutomationPeer)this).Owner)).Text; 168ComboBox owner = (ComboBox)Owner; 195ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 209ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner; 219ComboBox owner = (ComboBox)((ComboBoxAutomationPeer)this).Owner;
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
74element = ((UIElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
71return Owner.GetType().Name; 301return (DataGrid)Owner;
System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (1)
47return Owner.GetType().Name;
System\Windows\Automation\Peers\DataGridColumnHeaderAutomationPeer.cs (1)
44return Owner.GetType().Name;
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
117((DataGridColumnHeader)wrapperPeer.Owner).Invoke();
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (4)
47return Owner.GetType().Name; 63ItemsControl owner = (ItemsControl)Owner; 165ItemsControl owner = (ItemsControl)Owner; 273return ((DataGridColumnHeadersPresenter)Owner).ParentDataGrid;
System\Windows\Automation\Peers\DataGridDetailsPresenterAutomationPeer.cs (1)
31return this.Owner.GetType().Name;
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
584return (DataGrid)gridPeer.Owner;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (2)
46return Owner.GetType().Name; 125return (DataGridRow)Owner;
System\Windows\Automation\Peers\DataGridRowHeaderAutomationPeer.cs (1)
44return Owner.GetType().Name;
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (2)
30return this.Owner as DatePicker; 109return Owner.GetType().Name;
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
48DocumentPageView owner = (DocumentPageView)Owner;
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
42DocumentViewer owner = (DocumentViewer)Owner;
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
108IDocumentPaginatorSource document = ((DocumentViewerBase)Owner).Document;
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (6)
33ToggleButton expanderToggleButton = ((Expander)Owner).ExpanderToggleButton; 39if (peer.Owner == expanderToggleButton) 53return ((!AccessibilitySwitches.UseNetFx47CompatibleAccessibilityFeatures && ((Expander)Owner).IsExpanderToggleButtonFocused) 85Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 98Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner; 107Expander owner = (Expander)((ExpanderAutomationPeer)this).Owner;
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
41if (Owner is IFlowDocumentViewer && children != null && children.Count > 0)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
59FlowDocument document = ((FlowDocumentReader)Owner).Document; 186get { return (FlowDocumentReader)Owner; }
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (3)
39FlowDocumentScrollViewer owner = (FlowDocumentScrollViewer)Owner; 85if (!(Owner is IFlowDocumentViewer)) 89FlowDocument document = ((FlowDocumentScrollViewer)Owner).Document;
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (5)
23FrameworkElement owner = (FrameworkElement)Owner; 24result = Owner.Uid; 47result = ((FrameworkElement)Owner).GetPlainText(); 59object toolTip = ((FrameworkElement)Owner).ToolTip; 86DependencyObject owner = Owner;
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
48((GridSplitter)Owner).KeyboardMoveSplitter(x, y);
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (6)
34return Owner.GetType().Name; 40if (Owner is TextBlock) 65if (Owner is TextBlock) 70return includeInvisibleItems || Owner.IsVisible; 74List<AutomationPeer> children = GetChildrenAutomationPeer(Owner, includeInvisibleItems); 101ListView listview = _listviewAP.Owner as ListView;
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
55GridViewColumnHeader owner = (GridViewColumnHeader)Owner; 82GridViewColumnHeader header = Owner as GridViewColumnHeader;
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
50GridViewColumnHeader header = ((UIElementAutomationPeer)peer).Owner as GridViewColumnHeader;
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
38ListView listview = _listviewAP.Owner as ListView;
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
34GroupBox groupBox = (GroupBox)Owner;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (8)
40GroupItem groupItem = (GroupItem)Owner; 69GroupItem groupItem = (GroupItem)Owner; 95GroupItem groupItem = (GroupItem)Owner; 113GroupItem owner = (GroupItem)Owner; 114ItemsControl itemsControl = ItemsControl.ItemsControlFromItemContainer(Owner); 285ItemsControl itemsControl = ItemsControl.ItemsControlFromItemContainer(Owner); 288CollectionViewGroupInternal cvg = itemsControl.ItemContainerGenerator.ItemFromContainer(Owner) as CollectionViewGroupInternal; 309GroupItem owner = (GroupItem)Owner;
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
36HwndHost host = (HwndHost)Owner;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (4)
87ItemsControl owner = (ItemsControl)(itemsControlAutomationPeer.Owner); 275ItemsControl parentItemsControl = (ItemsControl)ItemsControlAutomationPeer.Owner; 309ItemsControl parentItemsControl = (ItemsControl)ItemsControlAutomationPeer.Owner; 732ItemsControl parent = itemsControlAutomationPeer.Owner as ItemsControl;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (6)
27ItemsControl owner = (ItemsControl)Owner; 40if(Owner as ItemsControl != null) 59ItemsControl owner = (ItemsControl)Owner; 220ItemsControl owner = this.Owner as ItemsControl; 242ItemsControl owner = (ItemsControl)Owner; 403ItemsControl itemsControl = (ItemsControl)Owner;
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
34Label label = (Label)Owner;
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (2)
43ComboBox parent = ItemsControlAutomationPeer.Owner as ComboBox; 55ListBox parent = ItemsControlAutomationPeer.Owner as ListBox;
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (12)
33MenuItem owner = (MenuItem)Owner; 86MenuItem owner = (MenuItem)Owner; 118MenuItem owner = (MenuItem)Owner; 145MenuItem menuItem = (MenuItem)Owner; 166ItemsControl owner = (ItemsControl)Owner; 196MenuItem owner = (MenuItem)Owner; 214MenuItem owner = (MenuItem)Owner; 232MenuItem owner = (MenuItem)Owner; 254MenuItem owner = (MenuItem)Owner; 274MenuItem owner = (MenuItem)Owner; 289MenuItem owner = (MenuItem)Owner; 322MenuItem menuItem = (MenuItem)Owner;
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (3)
62_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer); 69PasswordBox owner = (PasswordBox)Owner; 122PasswordBox owner = (PasswordBox)Owner;
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
33if (patternInterface == PatternInterface.RangeValue && ((ProgressBar)Owner).IsIndeterminate)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (4)
54((RadioButton)Owner).SetCurrentValueInternal(RadioButton.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox); 63if (((RadioButton)Owner).IsChecked != true) 74if (((RadioButton)Owner).IsChecked == true) 87return ((RadioButton)Owner).IsChecked == true;
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (6)
54RangeBase owner = (RangeBase)Owner; 81return ((RangeBase)Owner).Value; 100return ((RangeBase)Owner).Maximum; 109return ((RangeBase)Owner).Minimum; 118return ((RangeBase)Owner).LargeChange; 127return ((RangeBase)Owner).SmallChange;
System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
46RepeatButton owner = (RepeatButton)Owner;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (3)
37RichTextBox owner = (RichTextBox)Owner; 71RichTextBox owner = (RichTextBox)Owner; 83RichTextBox owner = (RichTextBox)Owner;
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
46return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? 56ScrollBar sb = Owner as ScrollBar;
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (9)
35ScrollViewer sv = (ScrollViewer)Owner; 81ScrollViewer owner = (ScrollViewer)Owner; 144ScrollViewer owner = (ScrollViewer)Owner; 179ScrollViewer owner = (ScrollViewer)Owner; 193ScrollViewer owner = (ScrollViewer)Owner; 206ScrollViewer owner = (ScrollViewer)Owner; 220ScrollViewer owner = (ScrollViewer)Owner; 266ScrollViewer owner = (ScrollViewer)Owner; 274ScrollViewer owner = (ScrollViewer)Owner;
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (3)
84Selector owner = (Selector)Owner; 110Selector owner = (Selector)Owner; 139Selector owner = (Selector)Owner;
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (4)
37Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner); 55Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner); 77Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner); 93Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner);
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
35ItemsControl itemscontrol = Owner as ItemsControl;
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
58TabControl parentTabControl = ItemsControlAutomationPeer.Owner as TabControl; 97Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner);
System\Windows\Automation\Peers\TextAutomationPeer.cs (2)
68string result = AutomationProperties.GetName(this.Owner); 99element = ((UIElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
33TextBlock owner = (TextBlock)Owner; 65TextBlock tb = (TextBlock)Owner;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (5)
44_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer); 51TextBox owner = (TextBox)Owner; 70TextBox owner = (TextBox)Owner; 79TextBox owner = (TextBox)Owner; 89TextBox owner = (TextBox)Owner;
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (2)
46ToggleButton owner = (ToggleButton)Owner; 54ToggleButton owner = (ToggleButton)Owner;
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (3)
37ItemsControl owner = (ItemsControl)Owner; 61ItemsControl owner = (ItemsControl)Owner; 154TreeViewItem selectedContainer = ((TreeView)Owner).SelectedContainer;
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
23if(itemsControlAutomationPeer.Owner is TreeView || parentDataItemAutomationPeer == null) 298ItemsControl parent = itemsControlAutomationPeer.Owner as ItemsControl;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (13)
56TreeViewItem owner = Owner as TreeViewItem; 92object dataItem = (child as UIElement) != null ? (logicalParentAp.Owner as ItemsControl).GetItemOrContainerFromContainer(child as UIElement) : child; 264TreeViewItem treeViewItem = (TreeViewItem)Owner; 280TreeViewItem treeViewItem = (TreeViewItem)Owner; 294TreeViewItem treeViewItem = (TreeViewItem)Owner; 324((TreeViewItem)Owner).IsSelected = true; 332TreeView treeView = ((TreeViewItem)Owner).ParentTreeView; 334if (treeView == null || (treeView.SelectedItem != null && treeView.SelectedContainer != Owner)) 338((TreeViewItem)Owner).IsSelected = true; 346((TreeViewItem)Owner).IsSelected = false; 356return ((TreeViewItem)Owner).IsSelected; 367ItemsControl parent = ((TreeViewItem)Owner).ParentItemsControl; 381((TreeViewItem)Owner).BringIntoView();
System\Windows\Automation\Peers\UserControlAutomationPeer.cs (1)
18return Owner.GetType().Name;
System\Windows\Automation\Peers\WindowAutomationPeer.cs (3)
31Window window = (Window)Owner; 64Window window = (Window)Owner; 84Window window = (Window)Owner;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
405PageTextBox owner = (PageTextBox)Owner;
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
548ZoomComboBox owner = (ZoomComboBox)Owner;
System.Windows.Controls.Ribbon (60)
Microsoft\Windows\Automation\Peers\RibbonApplicationMenuAutomationPeer.cs (1)
50RibbonApplicationMenu menu = Owner as RibbonApplicationMenu;
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (2)
39return Owner.GetType().Name; 294return (Ribbon)Owner;
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (3)
46string accessKey = ((RibbonButton)Owner).KeyTip; 70name = ((RibbonButton)Owner).Label; 84RibbonToolTip toolTip = ((RibbonButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (3)
47string accessKey = ((RibbonCheckBox)Owner).KeyTip; 72name = ((RibbonCheckBox)Owner).Label; 86RibbonToolTip toolTip = ((RibbonCheckBox)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (2)
77RibbonComboBox owner = (RibbonComboBox)Owner; 152return (RibbonComboBox)Owner;
Microsoft\Windows\Automation\Peers\RibbonContextMenuAutomationPeer.cs (1)
35return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (2)
39RibbonContextualTabGroup tabGroup = Owner as RibbonContextualTabGroup; 64return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonControlAutomationPeer.cs (1)
32return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonControlGroupAutomationPeer.cs (1)
40return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (3)
62RibbonToolTip toolTip = ((RibbonGallery)Owner).ToolTip as RibbonToolTip; 81RibbonGallery owner = (RibbonGallery)Owner; 166Collection<RibbonGalleryItem> selectedContainers = ((RibbonGallery)Owner).SelectedContainers;
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
40ItemsControl owner = (ItemsControl)Owner;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (2)
47string accessKey = ((RibbonGalleryItem)Owner).KeyTip; 63RibbonToolTip toolTip = ((RibbonGalleryItem)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (3)
53return Owner.GetType().Name; 91get { return (RibbonGroup)Owner; } 99if (_headerPeer == null || !_headerPeer.Owner.IsDescendantOf(OwningGroup))
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
45return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (4)
71string accessKey = ((RibbonMenuButton)Owner).KeyTip; 84return Owner.GetType().Name; 121RibbonToolTip toolTip = ((RibbonMenuButton)Owner).ToolTip as RibbonToolTip; 279return (RibbonMenuButton)Owner;
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (3)
47string accessKey = ((RibbonMenuItem)Owner).KeyTip; 60return Owner.GetType().Name; 71RibbonToolTip toolTip = ((RibbonMenuItem)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (2)
73return Owner.GetType().Name; 94get { return (RibbonQuickAccessToolBar)Owner; }
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (3)
46string accessKey = ((RibbonRadioButton)Owner).KeyTip; 70name = ((RibbonRadioButton)Owner).Label; 84RibbonToolTip toolTip = ((RibbonRadioButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (2)
39return Owner.GetType().Name; 50name = ((RibbonSeparator)Owner).Label;
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
153return (RibbonSplitButton)Owner;
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (2)
58return Owner.GetType().Name; 113return (RibbonTab)Owner;
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
158Selector parentSelector = (Selector)(ItemsControlAutomationPeer.Owner);
Microsoft\Windows\Automation\Peers\RibbonTabHeaderAutomationPeer.cs (1)
35return Owner.GetType().Name;
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (6)
50string accessKey = ((RibbonTextBox)Owner).KeyTip; 75name = ((RibbonTextBox)Owner).Label; 89RibbonToolTip toolTip = ((RibbonTextBox)Owner).ToolTip as RibbonToolTip; 107RoutedUICommand uiCommand = ((RibbonTextBox)Owner).Command as RoutedUICommand; 137RibbonTextBox rtb = (RibbonTextBox)Owner; 146RibbonTextBox textBox = (RibbonTextBox)Owner;
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (2)
40return Owner.GetType().Name; 45ContentPresenter cp = Owner as ContentPresenter;
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (3)
46string accessKey = ((RibbonToggleButton)Owner).KeyTip; 71name = ((RibbonToggleButton)Owner).Label; 85RibbonToolTip toolTip = ((RibbonToggleButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
55name = ((RibbonToolTip)Owner).Title;
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (3)
40return Owner.GetType().Name; 51RibbonTwoLineText tlt = (RibbonTwoLineText)Owner; 70name = ((RibbonTwoLineText)Owner).Text;
WindowsFormsIntegration (1)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
36WindowsFormsHost wfh = (WindowsFormsHost)Owner;