4 references to InBackgroundLayoutField
PresentationFramework (4)
System\Windows\Controls\GroupItem.cs (2)
325get { return InBackgroundLayoutField.GetValue(this); } 326set { InBackgroundLayoutField.SetValue(this, value); }
System\Windows\Controls\TreeViewItem.cs (2)
405get { return GroupItem.InBackgroundLayoutField.GetValue(this); } 406set { GroupItem.InBackgroundLayoutField.SetValue(this, value); }