208 references to Action
mscorlib (35)
system\diagnostics\eventing\eventprovider.cs (2)
386GetSessionInfo((Action<int, long>) 459private unsafe void GetSessionInfo(Action<int, long> action)
system\diagnostics\eventing\eventsource.cs (1)
6848var update = new Action<char, string>(
system\threading\Tasks\Future.cs (6)
935public Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state) 964public Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state,CancellationToken cancellationToken) 995public Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state, TaskScheduler scheduler) 1031public Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state,TaskContinuationOptions continuationOptions) 1077public Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state, CancellationToken cancellationToken, 1085internal Task ContinueWith(Action<Task<TResult>, Object> continuationAction, Object state, TaskScheduler scheduler, CancellationToken cancellationToken,
system\threading\Tasks\Parallel.cs (14)
597public static ParallelLoopResult For(int fromInclusive, int toExclusive, Action<int, ParallelLoopState> body) 627public static ParallelLoopResult For(long fromInclusive, long toExclusive, Action<long, ParallelLoopState> body) 668public static ParallelLoopResult For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action<int, ParallelLoopState> body) 714Action<long, ParallelLoopState> body) 1038Action<int, ParallelLoopState> bodyWithState, 1353Action<long, ParallelLoopState> bodyWithState, 1748public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, Action<TSource, ParallelLoopState> body) 1795public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, ParallelOptions parallelOptions, Action<TSource, ParallelLoopState> body) 2219Action<TSource, ParallelLoopState> bodyWithState, 2283Action<TSource, ParallelLoopState> bodyWithState, 2342Action<TSource, ParallelLoopState> bodyWithState, 2482Action<TSource, ParallelLoopState> body) 2875Action<TSource, ParallelLoopState> body) 3195Action<TSource, ParallelLoopState> bodyWithState,
system\threading\Tasks\Task.cs (6)
3950public Task ContinueWith(Action<Task, Object> continuationAction, Object state) 3978public Task ContinueWith(Action<Task, Object> continuationAction, Object state, CancellationToken cancellationToken) 4008public Task ContinueWith(Action<Task, Object> continuationAction, Object state, TaskScheduler scheduler) 4044public Task ContinueWith(Action<Task, Object> continuationAction, Object state, TaskContinuationOptions continuationOptions) 4090public Task ContinueWith(Action<Task, Object> continuationAction, Object state, CancellationToken cancellationToken, 4098private Task ContinueWith(Action<Task, Object> continuationAction, Object state, TaskScheduler scheduler,
system\threading\Tasks\TaskContinuation.cs (6)
37Contract.Requires(action is Action<Task> || action is Action<Task, object>, 66var actionWithState = m_action as Action<Task, object>; 133Contract.Requires(action is Action<Task<TAntecedentResult>> || action is Action<Task<TAntecedentResult>, object>, 162var actionWithState = m_action as Action<Task<TAntecedentResult>, object>;
PresentationCore (5)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
500Action<DependencyObject, bool> originChangedAction = capture ? null : RaiseTouchEnterOrLeaveAction; 994private Action<DependencyObject, bool> RaiseTouchEnterOrLeaveAction 1411private Action<DependencyObject, bool> _raiseTouchEnterOrLeaveAction;
Core\CSharp\System\Windows\ReverseInheritProperty.cs (2)
45Action<DependencyObject, bool> originChangedAction) 162Action<DependencyObject, bool> originChangedAction)
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
25Action<object, object> _setDelegate; 111public Action<object, object> SetDelegate
System (1)
net\System\Net\webclient.cs (1)
2908private void HandleCompletion<TAsyncCompletedEventArgs, TCompletionDelegate, T>(TaskCompletionSource<T> tcs, TAsyncCompletedEventArgs e, Func<TAsyncCompletedEventArgs, T> getResult, TCompletionDelegate handler, Action<WebClient, TCompletionDelegate> unregisterHandler)
System.Activities (30)
System\Activities\NativeActivityContext.cs (1)
2241internal void RequestTransactionContext(bool isRequires, RuntimeTransactionHandle handle, Action<NativeActivityTransactionContext, object> callback, object state)
System\Activities\Runtime\ActivityExecutor.cs (7)
1207public void RequestTransactionContext(ActivityInstance instance, bool isRequires, RuntimeTransactionHandle handle, Action<NativeActivityTransactionContext, object> callback, object state) 3814static readonly Type callbackType = typeof(Action<NativeActivityTransactionContext, object>); 3817public TransactionContextWaiterCallbackWrapper(Action<NativeActivityTransactionContext, object> action, ActivityInstance owningInstance) 3828Action<NativeActivityTransactionContext, object> callback = (Action<NativeActivityTransactionContext, object>)this.Callback; 3839static Action<object, TimeoutException> outcomeDeterminedCallback; 3876static Action<object, TimeoutException> OutcomeDeterminedCallback
System\Activities\RuntimeTransactionHandle.cs (3)
206public void RequestTransactionContext(NativeActivityContext context, Action<NativeActivityTransactionContext, object> callback, object state) 211public void RequireTransactionContext(NativeActivityContext context, Action<NativeActivityTransactionContext, object> callback, object state) 216void RequestOrRequireTransactionContextCore(NativeActivityContext context, Action<NativeActivityTransactionContext, object> callback, object state, bool isRequires)
System\Activities\Statements\StateMachine.cs (2)
505Action<NativeActivityMetadata, Collection<State>> actionForStates, 506Action<NativeActivityMetadata, State> actionForTransitions,
System\Activities\WorkflowApplication.cs (17)
58static Action<object, TimeoutException> waitAsyncCompleteCallback; 519bool WaitForTurnAsync(InstanceOperation operation, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 524bool WaitForTurnAsync(InstanceOperation operation, bool push, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 531bool WaitForTurnNoEnqueueAsync(InstanceOperation operation, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 3066static Action<object, TimeoutException> waitCompleteCallback; 3100static Action<object, TimeoutException> WaitCompleteCallback 3178static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 3425static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 3433static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete); 3932static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 4194static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete); 4281static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 4286static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete); 5309static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete); 5431public bool WaitForTurnAsync(TimeSpan timeout, Action<object, TimeoutException> callback, object state) 5499public WaitForTurnData(Action<object, TimeoutException> callback, object state, InstanceOperation operation, WorkflowApplication instance) 5507public Action<object, TimeoutException> Callback
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
15static Action<AsyncResult, Exception> finallyCallback = new Action<AsyncResult, Exception>(Finally);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\ArgumentAccessor.cs (1)
24public Action<Activity, Argument> Setter { get; set; }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
716public Action<DesignObjectWrapper, object> PropertySetter { get; set; }
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
82public Action<ModelItem, T> Setter
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
268public Action<Control, DataGridCell> NotifyEndCellEditCallback
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
519Action<WorkflowViewElement, FrameworkElement> contextMenuLoaded =
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
1419var @this = (CallSite<Action<CallSite, T0>>)site; 1420Action<CallSite, T0>[] applicable; 1421Action<CallSite, T0> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
269case 2: return typeof(Action<,>).MakeGenericType(types);
System\FuncAndAction.cs (1)
9[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,>))]
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ArgumentAccessor.cs (1)
24public Action<Activity, Argument> Setter { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
716public Action<DesignObjectWrapper, object> PropertySetter { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
82public Action<ModelItem, T> Setter
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
268public Action<Control, DataGridCell> NotifyEndCellEditCallback
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
519Action<WorkflowViewElement, FrameworkElement> contextMenuLoaded =
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
46internal static Task CreateContinuationTask<T1, T2>(Task task, Action<T1, T2> onSuccess, T1 arg1, T2 arg2, SqlInternalConnectionTds connectionToDoom = null, Action<Exception> onFailure = null) {
System.Data.Entity (40)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (3)
183private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName, Action<DbExpression, int> validationCallback) 188private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName, bool allowEmpty, Action<DbExpression, int> validationCallback) 207private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName, int expectedElementCount, Action<DbExpression, int> validationCallback)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
772internal static bool TryMatchDiscriminatorPredicate(DbFilterExpression filter, Action<DbComparisonExpression, object> onMatchedComparison)
System\Data\Common\Internal\Materialization\Coordinator.cs (2)
200private Action<Shaper, List<IEntityWrapper>> _handleClose; 314internal void RegisterCloseHandler(Action<Shaper, List<IEntityWrapper>> closeHandler)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
146Action<DbDataRecord, Action<IEntityStateEntry>> findMatch = (record, registerTarget) =>
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
260Action<NegatedConstant, IEnumerable<Constant>> negatedConstantAsCql,
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
179private void AsCql(Action<EntitySet, IList<MemberPath>> createRef, Action<IList<MemberPath>> createType, MemberPath outputMember)
System\Data\Metadata\Edm\EdmProperty.cs (2)
51private Action<object,object> _memberSetter; 137internal Action<object,object> ValueSetter
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (9)
72Action<object, object> setter = GetSetterDelegateForProperty(property); 77internal static Action<object, object> GetSetterDelegateForProperty(EdmProperty property) 79Action<object, object> setter = property.ValueSetter; 109internal static Action<object, object> CreateNavigationPropertySetter(Type declaringType, PropertyInfo navigationProperty) 140return (Action<object, object>)method.CreateDelegate(typeof(Action<object, object>)); 307private static Action<object, object> CreatePropertySetter(RuntimeTypeHandle entityDeclaringType, RuntimeMethodHandle rmh, bool allowNull) 391return (Action<object, object>)method.CreateDelegate(typeof(Action<object, object>));
System\Data\Metadata\Edm\NavigationPropertyAccessor.cs (4)
36private Action<object, object> _memberSetter; 37private Action<object, object> _collectionAdd; 69public Action<object, object> ValueSetter 80public Action<object, object> CollectionAdd
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
166internal readonly Action<object, object> ClrProperty;
System\Data\Objects\Internal\EntityProxyFactory.cs (9)
346public Action<object, object> CreateBaseSetter(Type declaringType, PropertyInfo propertyInfo) 350Action<object, object> nonProxySetter = LightweightCodeGenerator.CreateNavigationPropertySetter(declaringType, propertyInfo); 720Action<FieldBuilder, bool> registerField = RegisterInstanceField; 860public void Implement(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField) 967public void Implement(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField) 1130public void Implement(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField) 1401private void ImplementIEntityWithChangeTracker(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField) 1444private void ImplementIEntityWithRelationships(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField) 1534internal void Implement(TypeBuilder typeBuilder, Action<FieldBuilder, bool> registerField)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (3)
181private static Action<object, object> CreateCollectionAddFunction(Type type, string propertyName) 188return (Action<object, object>)addToCollection.Invoke(null, null); 192private static Action<object, object> AddToCollection<T>()
System\Data\Objects\ObjectContext.cs (1)
2728Action<object, EventArgs> onReaderDispose = (object sender, EventArgs e) =>
System\Data\Objects\ObjectResult_TResultType.cs (2)
41private Action<object, EventArgs> _onReaderDispose; 53internal ObjectResult(Shaper<T> shaper, EntitySet singleEntitySet, TypeUsage resultItemType, bool readerOwned, NextResultGenerator nextResultGenerator, Action<object, EventArgs> onReaderDispose)
System.Data.Services (6)
System\Data\Services\Providers\ResourceType.cs (2)
82private Action<object, System.Data.Services.Serializers.DictionaryContent> dictionarySerializerDelegate; 461internal Action<object, System.Data.Services.Serializers.DictionaryContent> DictionarySerializerDelegate
System\Data\Services\Serializers\SyndicationSerializer.cs (4)
636Action<object, IExpandedResult> nextPageLinkWriter, 779var action = resourceType.DictionarySerializerDelegate; 816action = (Action<object, DictionaryContent>)method.CreateDelegate(typeof(Action<object, DictionaryContent>), null);
System.Data.Services.Client (6)
System\Data\Services\Client\AtomMaterializer.cs (6)
204private readonly Action<object, object> materializedObjectCallback; 256Action<object, object> materializedObjectCallback, 585Action<object, object> addMethod = GetAddToCollectionDelegate(list.GetType()); 1110private static Action<object, object> GetAddToCollectionDelegate(Type listType) 1124return (Action<object, object>)lambda.Compile(); 1183Action<object, object> addMethod = GetAddToCollectionDelegate(list.GetType());
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
783static Action<object, TimeoutException> onHostTransaction = new Action<object, TimeoutException>(OnHostTransaction);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
939static Action<object, TimeoutException> onBindReclaimed = new Action<object, TimeoutException>(OnBindReclaimed); 940static Action<object, TimeoutException> onCommitWait = new Action<object, TimeoutException>(OnCommitWait); 1643static Action<object, TimeoutException> waitComplete = new Action<object, TimeoutException>(OnWaitComplete);
System.ServiceModel (9)
System\ServiceModel\Channels\HttpPipeline.cs (3)
120public virtual AsyncCompletionResult SendAsyncReply(Message message, Action<object, HttpResponseMessage> asyncSendCallback, object state) 406Action<object, HttpResponseMessage> asyncSendCallback; 475public override AsyncCompletionResult SendAsyncReply(Message message, Action<object, HttpResponseMessage> asyncSendCallback, object state)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
557static Action<object, HttpResponseMessage> onHttpPipelineSend;
System\ServiceModel\Channels\SocketConnection.cs (1)
2169static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(OnInternalCompleting);
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (1)
12static Action<AsyncCallback, IAsyncResult> waitResultCallback = new Action<AsyncCallback, IAsyncResult>(DoCallback);
System\ServiceModel\Diagnostics\TraceUtility.cs (3)
33static Func<Action<AsyncCallback, IAsyncResult>> asyncCallbackGenerator; 450asyncCallbackGenerator = new Func<Action<AsyncCallback, IAsyncResult>>(CallbackGenerator); 465static Action<AsyncCallback, IAsyncResult> CallbackGenerator()
System.ServiceModel.Activities (22)
System\ServiceModel\Activities\CorrelationRequestContext.cs (1)
62public bool WaitForReplyAsync(Action<object, TimeoutException> onReceiveReply, object state)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
271static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
500static Action<AsyncResult, Exception> onFinally = new Action<AsyncResult, Exception>(OnFinally); 608static Action<object, TimeoutException> handleWaitForStoreEvents = new Action<object, TimeoutException>(HandleWaitForStoreEvents); 991static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
710static Action<AsyncResult, Exception> onComplete = new Action<AsyncResult, Exception>(OnComplete); 716static Action<object, TimeoutException> handleWaitForInProgressLoad = new Action<object, TimeoutException>(HandleWaitForInProgressLoad);
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (12)
2421static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally); 2843static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait); 2900static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally); 2982static Action<object, TimeoutException> nextIdleCallback; 2983static Action<object, TimeoutException> workflowServiceInstanceReadyCallback; 2985static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally); 3344static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete); 4037static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally); 4775static Action<object, TimeoutException> idleReceivedCallback = new Action<object, TimeoutException>(OnIdleReceived); 4968static Action<object, TimeoutException> onWaitEvent; 5167static Action<object, TimeoutException> asyncWaiterSignaledCallback = new Action<object, TimeoutException>(OnAsyncWaiterSignaled); 5904static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
1256static Action<object, TimeoutException> onReceiveReply;
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
77static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait);
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
35static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
302static Action<IAsyncResult, Exception> onCleanup;
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
945private static Action<object, TimeoutException> completeCleanupCallback = new Action<object, TimeoutException>(CompleteCleanup);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
230static Action<object, TimeoutException> onWaitCompleted = new Action<object, TimeoutException>(OnWaitCompleted);
System.ServiceModel.Internals (9)
System\Runtime\AsyncResult.cs (2)
104protected Action<AsyncResult, Exception> OnCompleting { get; set; } 115protected Action<AsyncCallback, IAsyncResult> VirtualCallback
System\Runtime\AsyncWaitHandle.cs (3)
36public bool WaitAsync(Action<object, TimeoutException> callback, object state, TimeSpan timeout) 216Action<object, TimeoutException> callback; 225public AsyncWaiter(AsyncWaitHandle parent, Action<object, TimeoutException> callback, object state)
System\Runtime\InputQueue.cs (2)
39public InputQueue(Func<Action<AsyncCallback, IAsyncResult>> asyncCallbackGenerator) 65Func<Action<AsyncCallback, IAsyncResult>> AsyncCallbackGenerator
System\Runtime\ThreadNeutralSemaphore.cs (2)
21static Action<object, TimeoutException> enteredAsyncCallback; 46static Action<object, TimeoutException> EnteredAsyncCallback
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (6)
24static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> XmlObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 74static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> JsonObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 170Action<XmlSchemaObject, HelpExampleGeneratorContext> action; 804public Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> objectHandler;
System.Web (11)
Cache\CacheDependency.cs (4)
49Action<Object, EventArgs> _objNotify; // Associated object to notify when a change occurs 728public void SetCacheDependencyChanged(Action<Object, EventArgs> dependencyChangedAction) { 828Action<Object, EventArgs> action = _objNotify as Action<Object, EventArgs>;
Hosting\BackgroundWorkScheduler.cs (2)
18private readonly Action<AppDomain, Exception> _logCallback; 21internal BackgroundWorkScheduler(Action<BackgroundWorkScheduler> unregisterCallback, Action<AppDomain, Exception> logCallback, Action workItemCompleteCallback = null) {
Hosting\HostingEnvironment.cs (3)
481Action<string, bool> setter = (Action<string, bool>)Delegate.CreateDelegate( 482typeof(Action<string, bool>),
HttpApplication.cs (1)
2151public void OnExecuteRequestStep(Action<HttpContextBase, Action> callback) {
UI\WebControls\CreateUserWizard.cs (1)
2214private static void RegisterTextChangedEvent(Control control, Action<object, EventArgs> textChangedHandler) {
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
274internal static void ProcessRequest(HttpContextBase context, VirtualFileReader fileReader = null, Action<string, Exception> logAction = null, bool validatePath = true) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
173internal Action<int, int> rescaleConstsCallbackDelegate;