7 writes to Content
PresentationFramework (7)
System\Windows\Controls\ContentPresenter.cs (2)
606Content = item; 627Content = BindingExpressionBase.DisconnectedItem;
System\Windows\Controls\DataGridCell.cs (1)
416cp.Content = BindingExpressionBase.DisconnectedItem;
System\Windows\Controls\DataGridRow.cs (1)
498detailsPresenter.Content = BindingExpressionBase.DisconnectedItem;
System\Windows\Controls\GridViewRowPresenter.cs (2)
599cp.Content = Content; 652cellAsCP.Content = Content;
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
165Content = owner != null ? owner.Item : null;
8 references to Content
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (4)
530object content = Content; 865this.DataContext = Content; 1009object content = ((ContentPresenter)container).Content; 1049Visual result = DefaultExpansion(cp.Content, cp);
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
734si = Content as IScrollInfo; 738Visual child = Content as Visual;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (2)
52if (cp != null && cp.Content != null) 54return cp.Content.ToString();