1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
286
IsSynchronizedWithCurrentItemPrivate
= newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
264
bool oldSync =
IsSynchronizedWithCurrentItemPrivate
;
1202
if (Items.CurrentItem != null &&
IsSynchronizedWithCurrentItemPrivate
== true)
1456
if (
IsSynchronizedWithCurrentItemPrivate
)
1524
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
1552
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
2309
if (_owner.
IsSynchronizedWithCurrentItemPrivate
)