1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
285
IsSynchronizedWithCurrentItemPrivate
= newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
263
bool oldSync =
IsSynchronizedWithCurrentItemPrivate
;
1201
if (Items.CurrentItem != null &&
IsSynchronizedWithCurrentItemPrivate
)
1455
if (
IsSynchronizedWithCurrentItemPrivate
)
1523
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
1551
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
2308
if (_owner.
IsSynchronizedWithCurrentItemPrivate
)