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