10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
677
_interlockState
= InterlockState.WaitingForNextFrame;
722
_interlockState
= InterlockState.Idle;
968
_interlockState
= InterlockState.Idle;
982
_interlockState
= InterlockState.Disabled;
1277
_interlockState
= InterlockState.RequestedStart;
1312
_interlockState
= InterlockState.Disabled;
2152
_interlockState
= InterlockState.WaitingForResponse;
2247
_interlockState
= InterlockState.Idle;
2268
_interlockState
= InterlockState.Idle;
2547
_interlockState
= InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
701
Debug.Assert(
_interlockState
== InterlockState.WaitingForResponse,
959
if (
_interlockState
== InterlockState.RequestedStart)
1085
if (
_interlockState
!= InterlockState.Disabled)
1290
bool interlockDisabled = (
_interlockState
== InterlockState.Disabled);
1292
if (
_interlockState
== InterlockState.WaitingForResponse)
1337
Debug.Assert(
_interlockState
== InterlockState.Disabled,
2229
if (
_interlockState
== InterlockState.WaitingForResponse)
2239
} while (
_interlockState
== InterlockState.WaitingForResponse);
2253
if (
_interlockState
== InterlockState.WaitingForResponse)
2261
} while (
_interlockState
== InterlockState.WaitingForResponse);
2523
Debug.Assert(
_interlockState
== InterlockState.WaitingForNextFrame
2816
return (
_interlockState
== InterlockState.WaitingForNextFrame ||
2817
_interlockState
== InterlockState.WaitingForResponse);
2829
return (
_interlockState
!= InterlockState.Disabled
2830
&&
_interlockState
!= InterlockState.RequestedStart);