1 instantiation of ChangeInfo
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
1642ChangeInfoField.SetValue(this, new ChangeInfo(toAdd, toRemove));
3 references to ChangeInfo
PresentationFramework (3)
System\Windows\Controls\Primitives\Selector.cs (3)
1656ChangeInfo changeInfo = ChangeInfoField.GetValue(this); 2993private static readonly UncommonField<ChangeInfo> ChangeInfoField = new UncommonField<ChangeInfo>();