29 references to Owner
PresentationFramework (29)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
78element = ((ContentElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (6)
62ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 79if (Owner is IServiceProvider) 81ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 179IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 216if (Owner is IServiceProvider) 218ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer;
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (3)
42result = ((FrameworkContentElement)Owner).Name; 55object toolTip = ((FrameworkContentElement)Owner).ToolTip; 76Label label = Label.GetLabeledBy(Owner);
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (2)
54Hyperlink owner = (Hyperlink)Owner; 86Hyperlink owner = (Hyperlink)Owner;
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
95foreach (TableRowGroup group in ((Table)Owner).RowGroups) 107return ((Table)Owner).ColumnCount; 134Table table = (Table)Owner;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (6)
105return ((TableCell)Owner).RowIndex; 116return ((TableCell)Owner).ColumnIndex; 127return ((TableCell)Owner).RowSpan; 138return ((TableCell)Owner).ColumnSpan; 149if ((TableCell)Owner != null) 151return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).Table));
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
103element = ((ContentElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (7)
38TextElement textElement = (TextElement)Owner; 47TextElement textElement = (TextElement)Owner; 94TextElement textElement = (TextElement)Owner; 136IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 148TextElement textElement = (TextElement)Owner; 209TextElement textElement = (TextElement)Owner; 220TextElement textElement = (TextElement)Owner;