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