1 instantiation of LoadedOrUnloadedOperation
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
1594
LoadedOrUnloadedOperation op = new
LoadedOrUnloadedOperation
(callback, target);
6 references to LoadedOrUnloadedOperation
PresentationCore (6)
System\Windows\Media\MediaContext.cs (6)
1590
internal
LoadedOrUnloadedOperation
AddLoadedOrUnloadedCallback(
1594
LoadedOrUnloadedOperation
op = new LoadedOrUnloadedOperation(callback, target);
1598
_loadedOrUnloadedPendingOperations = new FrugalObjectList<
LoadedOrUnloadedOperation
>(1);
1609
internal void RemoveLoadedOrUnloadedCallback(
LoadedOrUnloadedOperation
op)
1621
LoadedOrUnloadedOperation
operation = _loadedOrUnloadedPendingOperations[i];
2727
private FrugalObjectList<
LoadedOrUnloadedOperation
> _loadedOrUnloadedPendingOperations;