1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
298
IsSynchronizedWithCurrentItemPrivate
= newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
276
bool oldSync =
IsSynchronizedWithCurrentItemPrivate
;
1214
if (Items.CurrentItem != null &&
IsSynchronizedWithCurrentItemPrivate
== true)
1468
if (
IsSynchronizedWithCurrentItemPrivate
)
1536
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
1564
Debug.Assert(
IsSynchronizedWithCurrentItemPrivate
);
2320
if (_owner.
IsSynchronizedWithCurrentItemPrivate
)