4 references to InBackgroundLayoutField
PresentationFramework (4)
System\Windows\Controls\GroupItem.cs (2)
336
get { return
InBackgroundLayoutField
.GetValue(this); }
337
set {
InBackgroundLayoutField
.SetValue(this, value); }
System\Windows\Controls\TreeViewItem.cs (2)
415
get { return GroupItem.
InBackgroundLayoutField
.GetValue(this); }
416
set { GroupItem.
InBackgroundLayoutField
.SetValue(this, value); }