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