2 writes to Header
PresentationFramework (2)
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (2)
346Header = item; 377Header = BindingExpressionBase.DisconnectedItem;
10 references to Header
PresentationFramework (9)
src\Framework\MS\Internal\Controls\ModelTreeEnumerator.cs (1)
219return Object.ReferenceEquals(header, _owner.Header) &&
src\Framework\System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
45if (groupBox.Header is string)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
47if ((tabItem != null) && (tabItem.Header is string))
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (6)
146/// HeaderTemplate is the template used to display the <seealso cref="Header"/>. 192/// for choosing the template used to display the <seealso cref="Header"/>. 280object header = Header; 301return ContentControl.ContentObjectToString(Header); 400headerText = ContentControl.ContentObjectToString(Header); 409headerText = ContentControl.ContentObjectToString(Header);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
518return _expander.Header.ToString();