4 references to InBackgroundLayoutField
PresentationFramework (4)
src\Framework\System\Windows\Controls\GroupItem.cs (2)
338get { return InBackgroundLayoutField.GetValue(this); } 339set { InBackgroundLayoutField.SetValue(this, value); }
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
416get { return GroupItem.InBackgroundLayoutField.GetValue(this); } 417set { GroupItem.InBackgroundLayoutField.SetValue(this, value); }