13 references to Action
PresentationFramework (7)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
1005
internal override void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
850
internal override void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1602
internal override void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1151
void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
238
internal void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\CollectionView.cs (1)
1602
internal virtual void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
604
internal void GetCollectionChangedSources(int level,
Action
<int, object, bool?, List<string>> format, List<string> sources)
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
1667
var @this = (CallSite<
Action
<CallSite, T0, T1, T2>>)site;
1668
Action
<CallSite, T0, T1, T2>[] applicable;
1669
Action
<CallSite, T0, T1, T2> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
271
case 4: return typeof(
Action
<,,,>).MakeGenericType(types);
System\FuncAndAction.cs (1)
11
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,,,>))]
System.Data.Entity (1)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
388
Debug.Assert(null != (
Action
<Object,Type,String,String>)EntityUtil.ThrowSetInvalidValue, "missing method ThrowSetInvalidValue(object,Type,string,string)");