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