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