29 references to Owner
PresentationFramework (29)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
80element = ((ContentElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (6)
65ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 82if (Owner is IServiceProvider) 84ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 182IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 219if (Owner is IServiceProvider) 221ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer;
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (3)
44result = ((FrameworkContentElement)Owner).Name; 57object toolTip = ((FrameworkContentElement)Owner).ToolTip; 78Label label = Label.GetLabeledBy(Owner);
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (2)
55Hyperlink owner = (Hyperlink)Owner; 87Hyperlink owner = (Hyperlink)Owner;
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
96foreach (TableRowGroup group in ((Table)Owner).RowGroups) 108return ((Table)Owner).ColumnCount; 135Table table = (Table)Owner;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (6)
106return ((TableCell)Owner).RowIndex; 117return ((TableCell)Owner).ColumnIndex; 128return ((TableCell)Owner).RowSpan; 139return ((TableCell)Owner).ColumnSpan; 150if ((TableCell)Owner != null) 152return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).Table));
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
105element = ((ContentElementAutomationPeer)peer).Owner;
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (7)
43TextElement textElement = (TextElement)Owner; 52TextElement textElement = (TextElement)Owner; 99TextElement textElement = (TextElement)Owner; 141IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 153TextElement textElement = (TextElement)Owner; 214TextElement textElement = (TextElement)Owner; 225TextElement textElement = (TextElement)Owner;