1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
308
IsSynchronizedWithCurrentItemPrivate
= newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (6)
286
bool oldSync =
IsSynchronizedWithCurrentItemPrivate
;
1232
if (Items.CurrentItem != null &&
IsSynchronizedWithCurrentItemPrivate
== true)
1487
if (
IsSynchronizedWithCurrentItemPrivate
)
1556
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
1584
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
2365
if (_owner.
IsSynchronizedWithCurrentItemPrivate
)