29 references to Owner
PresentationFramework (29)
src\Framework\System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
50element = ((ContentElementAutomationPeer)peer).Owner;
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (6)
67ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 84if (Owner is IServiceProvider) 86ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer; 196IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 233if (Owner is IServiceProvider) 235ITextContainer textContainer = ((IServiceProvider)Owner).GetService(typeof(ITextContainer)) as ITextContainer;
src\Framework\System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (3)
46result = ((FrameworkContentElement)Owner).Name; 59object toolTip = ((FrameworkContentElement)Owner).ToolTip; 80Label label = Label.GetLabeledBy(Owner);
src\Framework\System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (2)
57Hyperlink owner = (Hyperlink)Owner; 91Hyperlink owner = (Hyperlink)Owner;
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
97foreach (TableRowGroup group in ((Table)Owner).RowGroups) 109return ((Table)Owner).ColumnCount; 140Table table = (Table)Owner;
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (6)
108return ((TableCell)Owner).RowIndex; 119return ((TableCell)Owner).ColumnIndex; 130return ((TableCell)Owner).RowSpan; 141return ((TableCell)Owner).ColumnSpan; 152if ((TableCell)Owner != null) 154return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).Table));
src\Framework\System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
76element = ((ContentElementAutomationPeer)peer).Owner;
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (7)
45TextElement textElement = (TextElement)Owner; 60TextElement textElement = (TextElement)Owner; 113TextElement textElement = (TextElement)Owner; 155IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 167TextElement textElement = (TextElement)Owner; 228TextElement textElement = (TextElement)Owner; 239TextElement textElement = (TextElement)Owner;