1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
289
IsSynchronizedWithCurrentItemPrivate
= newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
267
bool oldSync =
IsSynchronizedWithCurrentItemPrivate
;
1205
if (Items.CurrentItem != null &&
IsSynchronizedWithCurrentItemPrivate
== true)
1459
if (
IsSynchronizedWithCurrentItemPrivate
)
1527
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
1555
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
2311
if (_owner.
IsSynchronizedWithCurrentItemPrivate
)