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