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