Implemented interface members:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
property
this
System.Collections.Generic.IReadOnlyList<T>.this[System.Int32]
24 writes to
mscorlib (1)
system\collections\objectmodel\collection.cs (1)
239this[index] = (T)value;
PresentationFramework (6)
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
217this[index1] = target;
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
445_snapshot[index] = args.NewItems[i];
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7239Items.SortDescriptions[descriptorIndex] = sortDescription;
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2228clone[e.OldStartingIndex + i] = (T)e.NewItems[i];
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1013MutableBindingExpressions[i] = bindExpr;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
526MutableBindingExpressions[i] = bindExpr;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
189this.tools[index] = (ToolboxItemWrapper)value;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
182this.categories[index] = (ToolboxCategory)value;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
189this.tools[index] = (ToolboxItemWrapper)value;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
182this.categories[index] = (ToolboxCategory)value;
System.ServiceModel (10)
System\ServiceModel\Security\SecurityUtils.cs (1)
1435messageProperty.IncomingSupportingTokens[i] = new SupportingTokenSpecification(new UserNameSecurityToken(token.UserName, null, token.Id), supportingTokenSpecification.SecurityTokenPolicies, supportingTokenSpecification.SecurityTokenAttachmentMode, supportingTokenSpecification.SecurityTokenParameters);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (9)
485tmpCollection[i] = driver.CreateSignWithElement(algorithmParameter); 489tmpCollection[i] = driver.CreateEncryptWithElement(algorithmParameter); 493tmpCollection[i] = driver.CreateEncryptionAlgorithmElement(algorithmParameter); 497tmpCollection[i] = driver.CreateCanonicalizationAlgorithmElement(algorithmParameter); 586tmpCollection[i] = driver.CreateSignWithElement(algorithmParameter); 590tmpCollection[i] = driver.CreateEncryptWithElement(algorithmParameter); 594tmpCollection[i] = encryptionElement; 599tmpCollection[i] = canonicalizationElement; 608tmpCollection[i] = requiredClaimsElement;
System.Web.DataVisualization (1)
Common\General\BaseCollections.cs (1)
321this[nameIndex] = value;
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
321this[nameIndex] = value;
System.Workflow.Activities (1)
Rules\Rule.cs (1)
174errors[i] = newError;
1203 references to
mscorlib (2)
system\security\claims\ClaimsIdentity.cs (2)
511if (m_externalClaims[j] != null) 513foreach (Claim claim in m_externalClaims[j])
PresentationCore (25)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
1727_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry()); 1935Stroke s = _coreStrokes[i]; 2206BuildStrokeGuidList(_coreStrokes[j], guidList); 2626Stroke stroke = _coreStrokes[count]; 2707DrawingAttributes drattrs = _coreStrokes[count].DrawingAttributes;
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
589if (object.ReferenceEquals(_strokes[i], visualStroke)) 601Stroke stroke = _strokes[i];
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (4)
142Stroke stroke = strokes[x]; 189_strokeInfos.Insert(firstIndex, new StrokeInfo(added[i])); 203if (localRemoved[j] == _strokeInfos[i].Stroke) 228if (_strokeInfos[i].Stroke != _strokes[i])
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (9)
310( (List<Stroke>)removed.Items ).Add(this[x]); 324Stroke removedStroke = this[index]; 367Stroke removedStroke = this[index]; 392if (object.ReferenceEquals(this[i], stroke)) 467Stroke stroke = strokes[x]; 544Stroke stroke = strokesToReplaceWith[x]; 754if ( this[x] == stroke ) 763if ( this[x] == stroke ) 793currentIndex = this.OptimisticIndexOf(currentIndex, strokes[x]);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (5)
285Stroke stroke = this[i]; 329Stroke stroke = this[i]; 374Stroke stroke = this[i]; 402Stroke stroke = this[i]; 488Stroke stroke = this[i];
PresentationFramework (210)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
329if (locator.Parts[locator.Parts.Count - 1].NameValuePairs.ContainsKey(TextSelectionProcessor.IncludeOverlaps)) 943ContentLocatorPart locatorPart = realLocator.Parts[offset]; 1144ContentLocatorPart locatorPart = locator.Parts[data.LocatorPartIndex]; 1185locatorPart = locator.Parts[data.LocatorPartIndex];
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
106T removedItem = this[index]; 136T originalItem = this[index];
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (2)
88XmlElement removedItem = this[index]; 122XmlElement originalItem = this[index];
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
210authors += listSeparator + sncAnnotation._annotation.Authors[i]; 214authors += sncAnnotation._annotation.Authors[i];
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (5)
242CollectionViewGroupInternal subGroup = ProtectedItems[i] as CollectionViewGroupInternal; 414CollectionViewGroupInternal subgroup = ProtectedItems[index] as CollectionViewGroupInternal; 415object seed1 = (subgroup != null) ? subgroup.SeedItem : ProtectedItems[index]; 432if (_groupComparer.Compare(item, ProtectedItems[index]) < 0) 471if (localIndex < n && System.Windows.Controls.ItemsControl.EqualsEx(ProtectedItems[localIndex], list[fullIndex]))
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (3)
160Debug.Assert(System.Windows.Controls.ItemsControl.EqualsEx(item, ProtectedItems[index]), "RemoveSpecialItem finds inconsistent data"); 433CollectionViewGroupInternal subgroup = new CollectionViewGroupInternal(explicitNames[k], group, isExplicit:true); 477result = GroupDescriptions[level];
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (4)
432if (!System.Windows.Controls.ItemsControl.EqualsEx(args.OldItems[i], _snapshot[index])) 442if (!System.Windows.Controls.ItemsControl.EqualsEx(args.OldItems[i], _snapshot[index])) 461if (!System.Windows.Controls.ItemsControl.EqualsEx(args.OldItems[i], _snapshot[oldIndex])) 475if (!System.Windows.Controls.ItemsControl.EqualsEx(args.OldItems[i], _snapshot[oldIndex]))
src\Framework\MS\Internal\Data\LiveShapingList.cs (5)
126path = NormalizePath(sdc[k].PropertyName); 148path = NormalizePath(sortProperties[k]); 169path = NormalizePath(filterProperties[k]); 213path = NormalizePath(groupingProperties[k]); 275if (sdc[k].Direction == ListSortDirection.Descending)
src\Framework\MS\Internal\Data\SortFieldComparer.cs (3)
127if (String.IsNullOrEmpty(sortFields[k].PropertyName)) 136pp = new PropertyPath(sortFields[k].PropertyName); 142fields[k].descending = (sortFields[k].Direction == ListSortDirection.Descending);
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (3)
136if (inkCanvasStrokes[i] == strokes[j]) 138orderedStrokes.Add(strokes[j]);
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
244SelectedStrokes[i].IsSelected = false; 264strokes[i].IsSelected = true;
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
653tappedStroke = hitTestStrokes[hitTestStrokes.Count - 1];
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
391if (locator.Parts[locator.Parts.Count - 1].NameValuePairs.ContainsKey(TextSelectionProcessor.IncludeOverlaps))
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
719locator.Parts[locator.Parts.Count - 1].NameValuePairs.Add(TextSelectionProcessor.IncludeOverlaps, Boolean.TrueString);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
110ContentLocatorPart left = locator.Parts[locatorPartIndex]; 111ContentLocatorPart right = this.Parts[locatorPartIndex];
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
275if (anchorLocator.Parts[i] != null) 282string fragment = anchorLocator.Parts[i].GetQueryFragment(_namespaceManager);
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
154DataGridColumn dataGridColumn = this.OwningDataGrid.Columns[column]; 252AutomationPeer peer = dataGridColumnHeadersPresenterPeer.FindOrCreateItemAutomationPeer(this.OwningDataGrid.Columns[i]);
src\Framework\System\Windows\ConditionCollection.cs (1)
93this[i].Seal(type);
src\Framework\System\Windows\Controls\CalendarBlackoutDatesCollection.cs (4)
81if (DateTime.Compare(this[i].Start, rangeStart) == 0 && DateTime.Compare(this[i].End, rangeEnd) == 0) 360if (DateTimeHelper.InRange(date, this[i])) 362return this[i];
src\Framework\System\Windows\Controls\DataGrid.cs (2)
7226if (string.Compare(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) == 0 && 7834if (Columns[columnIndex].IsAutoGenerated)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
103DataGridColumn column = dataGrid.Columns[index];
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (7)
608if (!parentDataGrid.Columns[i].IsVisible) 613if (null == GenerateChild(generator, constraint, parentDataGrid.Columns[i], ref childIndex, out childSize)) 841DataGridColumn column = parentDataGrid.Columns[i]; 1071if (column == columns[columnIterator]) 1093if (!columns[columnIndex].IsVisible) 1927measureWidth += GetColumnEstimatedMeasureWidth(parentDataGrid.Columns[i], averageColumnWidth); 2266int displayIndex = Columns[index].DisplayIndex;
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (5)
75if (item.DataGridOwner != null && this[index] != item) 219this[i].NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns); 234return this[DisplayIndexMap[displayIndex]]; 490DataGridColumn currentColumn = this[columnIndex]; 516DataGridColumn currentColumn = this[columnIndex];
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (2)
37return _columns[index]; 106DataGridColumn column = _columns[_current];
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
509if (IsOneWay(subBindings[i]))
src\Framework\System\Windows\Controls\GridView.cs (1)
524_columns[i].OnThemeChanged();
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
407GridViewColumn oldColumn = this[index];
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
266GridViewColumn column = columns[i]; 354GridViewColumn column = columns[i]; 620GridViewColumn column = columns[columnIndex];
src\Framework\System\Windows\Controls\InkCanvas.cs (5)
2498if ( !validStrokes.Contains(strokes[i]) ) 2503strokes[i].IsSelected = false; 2526if ( !currentSelectedStrokes.Contains(strokes[i]) ) 2528strokes[i].IsSelected = false; 2575Stroke stroke = subset[i];
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
508StopListeningOnStrokeEvents(removedStrokes[i]); 516StartListeningOnStrokeEvents(addedStrokes[i]);
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1501result = GroupStyle[level];
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
171if (!measureAndArrangeInvalidated && !DoubleUtil.AreClose(cell.ActualWidth, columns[i].Width.DisplayValue)) 188if (!DoubleUtil.AreClose(cell.ActualWidth, columns[i].Width.DisplayValue))
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
918SelectionChange.Select(NewUnresolvedItemInfo(userSelectedItems[i]), false /* assumeInItemsCollection */); 1642toRemove.Add(userSelectedItems[i], ItemInfo.SentinelContainer, ~i);
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (4)
230int monthDifference = DateTimeHelper.CompareYearMonth(this[index], this._owner.DisplayDateInternal); 232removedItems.Add(this[index]); 282if (item != null && DateTime.Compare(this[index], item) != 0 && Calendar.IsValidDateSelection(this._owner, item)) 284removedItems.Add(this[index]);
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
71_selector.SelectionChange.Unselect(_selector.NewItemInfo(this[index]));
src\Framework\System\Windows\Controls\ToolBarTray.cs (7)
115toolbarCollection[i].CoerceValue(ToolBar.OrientationProperty); 232ToolBar currentToolBar = this[index]; 248ToolBar currentToolBar = this[i]; 497return _toolBarsCollection[index]; 862InsertBand(toolbarCollection[i], i); 930ToolBar toolBar = toolbarCollection[startIndex]; 935toolBar = toolbarCollection[i];
src\Framework\System\Windows\Data\BindingBase.cs (2)
458if (type.IsInstanceOfType(collection[i])) 459return collection[i];
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
2467BindingExpressionBase bindExpr = bindingExpressions[i]; 2479WeakDependencySource prior = tempList[k];
src\Framework\System\Windows\Data\BindingGroup.cs (31)
302ValidationError validationError = superset[i]; 401_bindingExpressions[i].UpdateTarget(); 787ValidationError validationError = validationErrors[i]; 852int index = FindIndexOf(_itemsRW[i], newItems); 861indei = _itemsRW[i].Target as INotifyDataErrorInfo; 909if (ValidationRules[i].ValidatesOnTargetUpdated) 992ValidationRule rule = ValidationRules[i]; 1016RemoveValidationError(oldErrors[i]); 1083itemWR = _itemsRW[index]; 1162result = _bindingExpressions[i].ObtainConvertedProposedValue(this) && result; 1175result = _bindingExpressions[i].UpdateSource(this) && result; 1203if (!_bindingExpressions[i].CheckValidationRules(this, _validationStep)) 1226ValidationRule rule = _validationRules[i]; 1417_proposedValueTable.Add(proposedValues[i]); 1452binding.ValidationRules.Add(rules[j]); 1598GetValueTableEntry entry = _table[i]; 1617GetValueTableEntry entry = _table[i]; 1663BindingExpressionBase expr = _table[i].BindingExpressionBase; 1680if (_table[i].BindingExpressionBase.StatusInternal == BindingStatusInternal.PathError) 1683WeakReference itemWR = _table[i].ItemReference; 1713_table[i].Value = BindingGroup.DeferredTargetValue; 1722if (_table[i].BindingExpressionBase.RootBindingExpression == rootBindingExpression) 1724_table[i].Value = BindingGroup.DeferredSourceValue; 1871return (index < 0) ? null : _table[index]; 1878get { return _table[index]; } 1892WeakReference itemWR = _table[i].ItemReference; 1905Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1910BindingExpressionBase beb = dependents[j]; 1913dependents[j].UpdateTarget(); 1924if (validationError == _table[i].ValidationError) 1935ProposedValueEntry entry = _table[i];
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
2229PropertyDescriptor dd = pdc.Find(sorts[i].PropertyName, true); 2233throw new ArgumentException(SR.Get(SRID.PropertyToSortByNotFoundOnType, typeName, sorts[i].PropertyName)); 2235ListSortDescription sd = new ListSortDescription(dd, sorts[i].Direction);
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
1000view.SortDescriptions.Add(SortDescriptions[i]); 1030view.GroupDescriptions.Add(GroupDescriptions[i]);
src\Framework\System\Windows\Data\MultiBinding.cs (2)
356CheckTrigger(Bindings[i]); 410clone._bindingCollection.Add(_bindingCollection[i].Clone(mode));
src\Framework\System\Windows\Data\MultiBindingExpression.cs (19)
216if (MutableBindingExpressions[i].StatusInternal == BindingStatusInternal.Unattached) 285validationError = MutableBindingExpressions[i].ValidationError; 310if (MutableBindingExpressions[i].HasError) 334if (MutableBindingExpressions[i].HasValidationError) 413BindingExpressionBase b = MutableBindingExpressions[i]; 485MutableBindingExpressions[i].UpdateBindingGroup(bg); 582BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 634BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 710BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 769MutableBindingExpressions[i].StoreValueInBindingGroup(values[i], bindingGroup); 776MutableBindingExpressions[i].StoreValueInBindingGroup(DependencyProperty.UnsetValue, bindingGroup); 827if (!MutableBindingExpressions[i].Validate(value, validationStep)) 921BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 935values.Add(childValues[k]); 963object value = MutableBindingExpressions[i].GetValue(null, null); // could pass (null, null) 965return MutableBindingExpressions[i].GetSourceItem(newValue); 1006BindingBase binding = ParentMultiBinding.Bindings[i]; 1050BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 1168_tempValues[i] = MutableBindingExpressions[i].GetValue(target, TargetProperty); // could pass (null, null)
src\Framework\System\Windows\Data\PriorityBinding.cs (1)
126clone._bindingCollection.Add(_bindingCollection[i].Clone(mode));
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (8)
68get { return (_activeIndex < 0) ? null : MutableBindingExpressions[_activeIndex]; } 78get { return (_activeIndex < 0) ? false : MutableBindingExpressions[_activeIndex].HasValidationError; } 221BindingExpressionBase b = MutableBindingExpressions[i]; 322MutableBindingExpressions[i].UpdateBindingGroup(bg); 522BindingBase binding = ParentPriorityBinding.Bindings[i]; 540BindingExpressionBase bindExpr = MutableBindingExpressions[i]; 569MutableBindingExpressions[i].Deactivate(); 592BindingExpressionBase bindExpr = MutableBindingExpressions[i];
src\Framework\System\Windows\EventTrigger.cs (2)
285ProcessOneTrigger( triggersHost, triggerCollection[i] ); 344DisconnectOneTrigger( triggersHost, triggerCollection[i] );
src\Framework\System\Windows\MultiDataTrigger.cs (4)
114if (_conditions[i].SourceName != null && _conditions[i].SourceName.Length > 0) 120_conditions[i].Binding, 122_conditions[i].Value);
src\Framework\System\Windows\MultiTrigger.cs (4)
105_conditions[i].Property, 107_conditions[i].Value, 108(_conditions[i].SourceName != null) ? _conditions[i].SourceName : StyleHelper.SelfName);
src\Framework\System\Windows\PropertyPath.cs (2)
560object accessor = PathParameters[index]; 727object value = PathParameters[index];
src\Framework\System\Windows\PropertyPathConverter.cs (1)
215object pathPart = parameters[index];
src\Framework\System\Windows\ResourceDictionary.cs (10)
268PropagateParentOwners(_mergedDictionaries[i]); 366_mergedDictionaries[i].IsReadOnly = value; 519ResourceDictionary mergedDictionary = MergedDictionaries[i]; 566ResourceDictionary mergedDictionary = MergedDictionaries[i]; 742ResourceDictionary mergedDictionary = MergedDictionaries[i]; 778ResourceDictionary mergedDictionary = MergedDictionaries[i]; 1926_mergedDictionaries[i].AddOwner(owner); 1941_mergedDictionaries[i].RemoveOwner(owner); 2059ResourceDictionary mergedDictionary = MergedDictionaries[i]; 2444_mergedDictionaries[i].IsThemeDictionary = value;
src\Framework\System\Windows\ResourceDictionaryCollection.cs (1)
31_owner.RemoveParentOwners(this[i]);
src\Framework\System\Windows\SetterBaseCollection.cs (1)
93this[i].Seal();
src\Framework\System\Windows\Style.cs (4)
658SetterBase setterBase = style.Setters[i]; 763TriggerBase trigger = style._visualTriggers[i]; 806Condition triggerCondition = multiTrigger.Conditions[k]; 820Condition dataCondition = multiDataTrigger.Conditions[k];
src\Framework\System\Windows\StyleHelper.cs (5)
922TriggerBase triggerBase = triggers[i]; 973Condition triggerCondition = multiTrigger.Conditions[k]; 986Condition dataCondition = multiDataTrigger.Conditions[k]; 4570triggerBase = triggers[i]; 4632if( multiTrigger.Conditions[i].SourceName != null )
src\Framework\System\Windows\TriggerBase.cs (2)
281Setter setter = setters[i] as Setter; 311throw new InvalidOperationException(SR.Get(SRID.VisualTriggerSettersIncludeUnsupportedSetterType, setters[i].GetType().Name));
src\Framework\System\Windows\TriggerCollection.cs (3)
68TriggerBase triggerBase = this[index]; 113this[i].Seal(); 198 InheritanceContextHelper.RemoveContextFromObject(Owner, this[i]);
src\Framework\System\Windows\VisualStateGroup.cs (2)
106if (CurrentStoryboards[index] == null) 111CurrentStoryboards[index].Remove(element);
src\Framework\System\Windows\VisualStateManager.cs (3)
743FlattenTimelines(storyboards[index], result); 805if (other._targetProperty.PathParameters[i] != _targetProperty.PathParameters[i])
System (14)
compmod\system\collections\objectmodel\observablecollection.cs (3)
197T removedItem = this[index]; 227T originalItem = this[index]; 242T removedItem = this[oldIndex];
compmod\system\componentmodel\BindingList.cs (3)
244UnhookPropertyChanged(this[index]); 254UnhookPropertyChanged(this[index]); 585if (pos < 0 || pos >= Count || !this[pos].Equals(item)) {
net\System\Net\mail\SmtpTransport.cs (3)
440toCollection[toIndex++].GetSmtpAddress(allowUnicode) + deliveryNotify, 449toCollection[toIndex - 1].GetSmtpAddress(allowUnicode), response)); 467thisPtr.toCollection[thisPtr.toIndex - 1].GetSmtpAddress(thisPtr.allowUnicode),
net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs (1)
34return (GatewayIPAddressInformation)addresses[index];
net\System\Net\NetworkInformation\IPAddressCollection.cs (1)
59return (IPAddress)addresses[index];
net\System\Net\NetworkInformation\IPAddressInformationCollection.cs (1)
61return (IPAddressInformation)addresses[index];
net\System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs (1)
61return (MulticastIPAddressInformation)addresses[index];
net\System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs (1)
64return (UnicastIPAddressInformation)addresses[index];
System.Activities (61)
System\Activities\ActivityBuilder.cs (2)
199return this.singleItemIndex >= 0 ? this[this.singleItemIndex] : null; 277AttachablePropertyServices.SetProperty(target, propertyReferencePropertyID, this[this.singleItemIndex]);
System\Activities\DynamicActivityTypeDescriptor.cs (1)
281if (!this[index].Name.Equals(item.Name) && this.Contains(item.Name))
System\Activities\Expressions\IndexerHelper.cs (4)
20RuntimeArgument indexArgument = new RuntimeArgument("Index" + i, indices[i].ArgumentType, ArgumentDirection.In, true); 21metadata.Bind(indices[i], indexArgument); 34getTypes[i] = indices[i].ArgumentType; 46setTypes[i] = indices[i].ArgumentType;
System\Activities\Expressions\IndexerReference.cs (1)
104indicesValue[i] = this.Indices[i].Get(context);
System\Activities\Expressions\MultidimensionalArrayItemReference.cs (2)
64metadata.Bind(this.Indices[i], indexArgument); 90itemIndex[i] = this.Indices[i].Get(context);
System\Activities\Expressions\New.cs (9)
67Argument argument = this.Arguments[i]; 75RuntimeArgument runtimeArgument = new RuntimeArgument("Argument" + i, this.arguments[i].ArgumentType, this.arguments[i].Direction, true); 76metadata.Bind(this.arguments[i], runtimeArgument); 78types[i] = this.Arguments[i].Direction == ArgumentDirection.In ? this.Arguments[i].ArgumentType : this.Arguments[i].ArgumentType.MakeByRefType(); 103objects[i] = this.Arguments[i].Get(context); 109Argument argument = this.Arguments[i];
System\Activities\Expressions\NewArray.cs (4)
58Argument argument = this.Bounds[i]; 73RuntimeArgument runtimeArgument = new RuntimeArgument("Argument" + i, this.Bounds[i].ArgumentType, this.bounds[i].Direction, true); 74metadata.Bind(this.Bounds[i], runtimeArgument);
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
104indicesValue[i] = this.Indices[i].Get(context);
System\Activities\Statements\Flowchart.cs (2)
147if (originalFlowchart.reachableNodes[originalIndex].GetType() != node.GetType()) 376FlowNode result = this.reachableNodes[index];
System\Activities\Statements\InternalState.cs (10)
460if (object.ReferenceEquals(originalTransition.TransitionDataList[transitionIndex].Condition, conditionMatch)) 465TransitionData originalTData = originalTransition.TransitionDataList[transitionIndex]; 609Activity condition = transition.TransitionDataList[updatedIndex].Condition; 764context.ScheduleActivity<bool>(transition.TransitionDataList[currentConditionIndex].Condition, this.onConditionComplete, null); 816Transition transition = this.Transitions[i]; 840return this.internalTransitions[triggerIndex]; 845return this.internalTransitions[triggerIndex].TransitionDataList[conditionIndex].Condition; 850return this.internalTransitions[triggerIndex].TransitionDataList[conditionIndex].To.StateId;
System\Activities\Statements\MethodExecutor.cs (6)
80if (paramArrayCount == 1 && TypeHelper.AreTypesCompatible(this.parameters[i].ArgumentType, 83actualParameters[i] = this.parameters[i].Get<object>(context); 92((object[])actualParameters[i])[j] = this.parameters[i + j].Get<object>(context); 97actualParameters[i] = parameters[i].Get<object>(context); 147if (parameters[index].Direction != ArgumentDirection.In) 149parameters[index].Set(context, actualParameters[index]);
System\Activities\Statements\MethodResolver.cs (9)
110RuntimeArgument argument = new RuntimeArgument(name, Parameters[i].ArgumentType, Parameters[i].Direction, true); 111Argument.Bind(Parameters[i], argument); 138RuntimeArgument argument = new RuntimeArgument(name, Parameters[index].ArgumentType, Parameters[index].Direction, true); 139Argument.Bind(Parameters[index], argument); 150RuntimeArgument argument = new RuntimeArgument(name, Parameters[i].ArgumentType, Parameters[i].Direction, true); 151Argument.Bind(Parameters[i], argument);
System\Activities\Statements\Parallel.cs (1)
149context.ScheduleActivity(this.Branches[i], onBranchComplete);
System\Activities\Statements\Pick.cs (1)
138context.ScheduleActivity(this.branchBodies[i], onBranchCompleteCallback);
System\Activities\Statements\Sequence.cs (4)
82if (this.Activities[i] == this.Activities[j]) 112if (completedInstanceIndex >= this.Activities.Count || this.Activities[completedInstanceIndex] != completedInstance.Activity) 124Activity nextChild = this.Activities[nextChildIndex];
System\Activities\Statements\StateMachine.cs (4)
229this.internalStateFuncs[index], 246Transition transition = state.Transitions[i]; 472this.internalStateFuncs[index], 538State state = states[i];
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (3)
257ModelItem movedModelItem = this.TransitionsSharingTrigger[e.NewStartingIndex].Item; 262ModelItem nextModelItem = this.TransitionsSharingTrigger[e.OldStartingIndex].Item; 268ModelItem previousModelItem = this.TransitionsSharingTrigger[e.OldStartingIndex].Item;
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
198if (this.CategoryEditors[i].GetType() == categoryEditor)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (4)
293while (referenceOrder[referenceIndex] != property && insertionIndex < unconsumedProperties.Count) 295if (unconsumedProperties[insertionIndex] == referenceOrder[referenceIndex]) 510if (newEditor.ConsumesProperty(unconsumedProperties[i]))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
303ModelPropertyEntry property = (ModelPropertyEntry)propertyList[i];
System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (2)
91ModelItemKeyValuePair<TKey, TValue> item = this[index]; 108ModelItemKeyValuePair<TKey, TValue> oldItem = this[index];
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (2)
47get { return this.tools[index]; } 181return this.tools[index];
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
41return this.categories[index];
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
283arguments[i] = this.GenericTypeMapping[i].GetConcreteType();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
439column = this.dataGrid.Columns[index]; 1004dataGrid.ScrollIntoView(rowContainer, dataGrid.Columns[column]);
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
253arguments[i] = this.GenericTypeMapping[i].GetConcreteType();
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
155arguments[i] = this.subTypes[i].GetConcreteType();
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
637AddInToken pipeline = validPipelines[i];
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
198if (this.CategoryEditors[i].GetType() == categoryEditor)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (4)
293while (referenceOrder[referenceIndex] != property && insertionIndex < unconsumedProperties.Count) 295if (unconsumedProperties[insertionIndex] == referenceOrder[referenceIndex]) 510if (newEditor.ConsumesProperty(unconsumedProperties[i]))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
303ModelPropertyEntry property = (ModelPropertyEntry)propertyList[i];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (2)
91ModelItemKeyValuePair<TKey, TValue> item = this[index]; 108ModelItemKeyValuePair<TKey, TValue> oldItem = this[index];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (2)
47get { return this.tools[index]; } 181return this.tools[index];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
41return this.categories[index];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
283arguments[i] = this.GenericTypeMapping[i].GetConcreteType();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
253arguments[i] = this.GenericTypeMapping[i].GetConcreteType();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
155arguments[i] = this.subTypes[i].GetConcreteType();
System.Data.Linq (10)
DataBindingList.cs (5)
61if (index >= 0 && index < Count && this[index] == cancelNewInstance) { 65this.data.DeleteOnSubmit(this[index]); 72TEntity removedItem = this[index]; 95if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] == addNewInstance) { 105if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] == addNewInstance) {
EntitySetDataBindingList.cs (5)
54if (index >= 0 && index < Count && this[index] == cancelNewInstance) { 58this.data.Remove(this[index]); 65TEntity removedItem = this[index]; 89if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] == addNewInstance) { 99if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] == addNewInstance) {
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1826foreach (Key key in compiler.Keys[idx]) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
404fdef = f.Conditional(f.Eq(resolvedName, compiler.Keys[idx][0].Name.DeepClone(f.BaseFactory)), 405CompileSingleKey(compiler.Keys[idx], key, context),
System.IdentityModel (24)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
227Claim sid = this.Groups[i];
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (3)
149if (StringComparer.Ordinal.Compare(audienceRestrictionCondition.Audiences[i].AbsoluteUri, this.allowedAudienceUris[j]) == 0) 151else if (Uri.IsWellFormedUriString(this.allowedAudienceUris[j], UriKind.Absolute)) 153Uri uri = new Uri(this.allowedAudienceUris[j]);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1924claim = new Claim(innerAttribute.Name, innerAttribute.Values[k], innerAttribute.AttributeValueXsiType, issuer); 1928claim = new Claim(innerAttribute.Name, innerAttribute.Values[k], innerAttribute.AttributeValueXsiType, issuer, originalIssuer);
System\IdentityModel\Tokens\SamlAdvice.cs (2)
160writer.WriteString(assertionIdReferences[i]); 166this.assertions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
System\IdentityModel\Tokens\SamlAssertion.cs (2)
410SamlSubjectStatement statement = this.statements[i] as SamlSubjectStatement; 662this.statements[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
System\IdentityModel\Tokens\SamlAttribute.cs (4)
193if (this.attributeValues[i] == null) 196tempClaims.Add(new Claim(this.claimType, this.attributeValues[i], Rights.PossessProperty)); 280if (this.attributeValues[i] == null) 283writer.WriteElementString(dictionary.PreferredPrefix.Value, dictionary.AttributeValue, dictionary.Namespace, this.attributeValues[i]);
System\IdentityModel\Tokens\SamlAttributeStatement.cs (3)
149this.attributes[i].WriteXml(writer, samlSerializer, keyInfoSerializer); 162if (attributes[i] != null) 164ReadOnlyCollection<Claim> attributeClaims = attributes[i].ExtractClaims();
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
125writer.WriteElementString(dictionary.Audience, dictionary.Namespace, this.audiences[i].AbsoluteUri);
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
285this.authorityBindings[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (2)
139claims.Add(new Claim(ClaimTypes.AuthorizationDecision, new SamlAuthorizationDecisionClaimResource(this.resource, this.accessDecision, this.actions[i].Namespace, this.actions[i].Action), Rights.PossessProperty));
System\IdentityModel\Tokens\SamlConditions.cs (1)
176this.conditions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
System\IdentityModel\Tokens\SamlEvidence.cs (2)
156writer.WriteString(this.assertionIdReferences[i]); 162this.assertions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);
System.Net (2)
net\PeerToPeer\PeerNameRegistration.cs (2)
400byte[] sockaddr = SystemNetHelpers.SOCKADDRFromIPEndPoint(m_PeerNameRecord.EndPointCollection[i]); 583byte[] sockaddr = SystemNetHelpers.SOCKADDRFromIPEndPoint(m_PeerNameRecord.EndPointCollection[i]);
System.Runtime.Serialization (1)
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
268Type type = knownTypes[i];
System.ServiceModel (292)
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
63OperationDescription operationDescription = contractDescription.Operations[j];
System\ServiceModel\Administration\EndpointInfoCollection.cs (1)
19base.Add(new EndpointInfo(endpoints[i], serviceName));
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
79FillBindingInfo(endpoint.Binding.Elements[j], ref bindings[j]);
System\ServiceModel\ChannelFactory.cs (1)
241OperationDescription operation = operations[i];
System\ServiceModel\Channels\Binding.cs (1)
298transport = elements[index] as TransportBindingElement;
System\ServiceModel\Channels\BindingElementCollection.cs (7)
47base.Add(elements[i]); 57result.Add(this[i].Clone()); 80if (bindingElementType.IsInstanceOfType(this[i])) 100if (this[index] is T) 102T item = (T)(object)this[index]; 129if (this[index] is T) 131T item = (T)(object)this[index];
System\ServiceModel\Channels\BindingParameterCollection.cs (1)
35base.Add(parameters[i]);
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (3)
198if (builder.Headers[i].Name == ContextMessageHeader.ContextHeaderName && builder.Headers[i].Namespace == ContextMessageHeader.ContextHeaderNamespace) 204contextHeader = builder.Headers[i];
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3679if (!context.BindingParameters.Contains(this.cachedContextState.CachedBindingParameters[i].GetType())) 3681context.BindingParameters.Add(this.cachedContextState.CachedBindingParameters[i]);
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
42innerCollection.Add(this[i]);
System\ServiceModel\Channels\ChannelRequirements.cs (1)
34OperationDescription operation = contractDescription.Operations[i];
System\ServiceModel\Channels\CustomBinding.cs (2)
83this.bindingElements.Add(bindingElements[i]); 121bindingElements.Add(elements[i]);
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
55MessageDescription message = operation.Messages[i];
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
715ReliableSessionBindingElement bindingElement = bindingElements[i] as ReliableSessionBindingElement; 720SecurityBindingElement securityBindingElement = bindingElements[i] as SecurityBindingElement;
System\ServiceModel\Channels\SecurityBindingElement.cs (12)
354if ((builder.Binding.Elements[i] is MessageEncodingBindingElement) || (builder.Binding.Elements[i] is StreamUpgradeBindingElement)) 358if (builder.Binding.Elements[i] is ChannelDemuxerBindingElement) 362else if (builder.Binding.Elements[i] is TransportBindingElement) 408if (issuerBindingContext.RemainingBindingElements[i] is ChannelDemuxerBindingElement) 410demuxer = (ChannelDemuxerBindingElement) issuerBindingContext.RemainingBindingElements[i]; 452SetIssuerBindingContextIfRequired(supportingParameters.Endorsing[i], issuerBindingContext); 456SetIssuerBindingContextIfRequired(supportingParameters.SignedEndorsing[i], issuerBindingContext); 460SetIssuerBindingContextIfRequired(supportingParameters.Signed[i], issuerBindingContext); 464SetIssuerBindingContextIfRequired(supportingParameters.SignedEncrypted[i], issuerBindingContext); 1979existingAssertions.Add(assertions[i]); 1997existingAssertions.Add(assertions[i]);
System\ServiceModel\Channels\TransportBindingElement.cs (1)
126result = bindingElements[i].GetIndividualProperty<T>();
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (2)
458if (wsdlImportExtensions[i].GetType() == typeof(XmlSerializerMessageContractImporter)) 473if (wsdlImportExtensions[i].GetType() == typeof(DataContractSerializerMessageContractImporter))
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
316if (wsdlImportExtensions[i].GetType() == typeof(XmlSerializerMessageContractImporter)) 331if (wsdlImportExtensions[i].GetType() == typeof(DataContractSerializerMessageContractImporter))
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
434if (!AreTokenParametersMatching(c1[i], c2[i], true, exactMessageSecurityVersion))
System\ServiceModel\Description\ContractDescription.cs (3)
193OperationDescription od = Operations[i]; 226OperationDescription operationDescription = this.Operations[i]; 248if (this.operations[i].IsServerInitiated())
System\ServiceModel\Description\DispatcherBuilder.cs (29)
98OperationDescription operation = contractDescription.Operations[i]; 200IServiceBehavior iServiceBehavior = description.Behaviors[i]; 205ServiceEndpoint endpoint = description.Endpoints[i]; 210if (description.Endpoints[j].Contract == contract) 269ContractDescription contract = stuff.Endpoints[i].Contract; 648ServiceEndpoint endpoint = description.Endpoints[i]; 708ServiceEndpoint endpoint = stuff.Value.Endpoints[i]; 749ServiceEndpoint endpoint = stuff.Value.Endpoints[i]; 757OperationDescription operation = endpoint.Contract.Operations[j]; 825IServiceBehavior serviceBehavior = description.Behaviors[i]; 833ServiceEndpoint endpoint = stuff.Value.Endpoints[i]; 849IContractBehavior behavior = endpoint.Contract.Behaviors[k]; 857IEndpointBehavior eb = endpoint.Behaviors[j]; 880if (endpointInfos[i].EndpointDispatcher.ChannelDispatcher == 881endpointInfos[j].EndpointDispatcher.ChannelDispatcher) 883EndpointFilterProvider iProvider = endpointInfos[i].FilterProvider; 884EndpointFilterProvider jProvider = endpointInfos[j].FilterProvider; 895endpointInfos[i].Endpoint.ListenUri, commonAction))); 910DispatchRuntime dispatch = endpointInfos[i].EndpointDispatcher.DispatchRuntime; 951OperationDescription operation = contractDescription.Operations[i]; 994FaultDescription fault = operation.Faults[i]; 1021FaultDescription fault = operation.Faults[i]; 1057IContractBehavior behavior = contractDescription.Behaviors[i]; 1065IEndpointBehavior behavior = serviceEndpoint.Behaviors[i]; 1083OperationDescription operation = contract.Operations[i]; 1098IOperationBehavior behavior = operation.Behaviors[j]; 1123IOperationBehavior behavior = operation.Behaviors[j]; 1328if (!(elements[i] is ITransportTokenAssertionProvider)) 1330ISecurityCapabilities tmp = elements[i].GetIndividualProperty<ISecurityCapabilities>();
System\ServiceModel\Description\MessageContractExporter.cs (6)
119MessageDescription description = operation.Messages[messageIndex]; 935MessageDescription description = operation.Messages[messageIndex]; 965MessageDescription description = operation.Messages[messageIndex]; 1071MessageDescription description = operation.Messages[messageIndex]; 1099MessageDescription description = operation.Messages[messageIndex]; 1122AddParameterOrder(operation.Messages[messageIndex]);
System\ServiceModel\Description\MetadataSet.cs (3)
290global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 301Write66_MetadataSection(@"MetadataSection", @"http://schemas.xmlsoap.org/ws/2004/09/mex", ((global::System.ServiceModel.Description.MetadataSection)a[ia]), false, false); 342global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i];
System\ServiceModel\Description\OperationDescriptionCollection.cs (4)
21if (this[i].Name == name) 22return this[i]; 32if (this[i].Name == name) 33results.Add(this[i]);
System\ServiceModel\Description\PolicyAssertionCollection.cs (3)
44XmlElement item = this[i]; 70XmlElement item = this[index]; 104XmlElement item = this[index];
System\ServiceModel\Description\ServiceDescription.cs (1)
206ServiceEndpoint endpoint = this.Endpoints[i];
System\ServiceModel\Description\ServiceEndpoint.cs (4)
237IContractBehavior iContractBehavior = contract.Behaviors[j]; 253IEndpointBehavior ieb = this.Behaviors[j]; 261OperationDescription op = contract.Operations[j]; 265IOperationBehavior iob = op.Behaviors[k];
System\ServiceModel\Description\TypeLoader.cs (19)
217OperationDescription operationDescription = contractDesc.Operations[i]; 228OperationDescription opDesc = contractDesc.Operations[i]; 238opDesc.Behaviors.Add(toAdd[j]); 252behaviors.Add(toAdd[j]); 266behaviors.Add(toAdd[j]); 275OperationDescription opDesc = contractDesc.Operations[i]; 291OperationDescription operationDescription = contractDesc.Operations[i]; 555OperationDescription opDesc = serviceEndpoint.Contract.Operations[i]; 566behaviors.Add(toAdd[j]); 572IOperationBehavior behavior = opBehaviors[k]; 825OperationDescription existingOp = operations[i]; 1137MessageHeaderDescription header = messageDescription.Headers[i]; 1664if (this.syncOperation.Messages[index].Action != this.asyncOperation.Messages[index].Action) 1783if (this.syncOperation.Messages[index].Action != this.taskOperation.Messages[index].Action) 1907if (this.taskOperation.Messages[index].Action != this.asyncOperation.Messages[index].Action) 1979IBehavior behavior = toAdd[i];
System\ServiceModel\Description\WsdlContractConversionContext.cs (2)
72if (WsdlExporter.IsBuiltInOperationBehavior(extensions[i])) 74yield return extensions[i];
System\ServiceModel\Description\WsdlEndpointConversionContext.cs (2)
93if (WsdlExporter.IsBuiltInOperationBehavior(extensions[i])) 95yield return extensions[i];
System\ServiceModel\Description\WsdlExporter.cs (1)
429if (operation.Messages[i].Action == MessageHeaders.WildcardAction)
System\ServiceModel\Description\WsdlImporter.cs (1)
393MessageDescription message = operation.Messages[i];
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
414FaultDescription fault = this.Operation.Faults[i]; 519members[paramIndex++] = XmlSerializerHelper.GetXmlReflectionMember(bodyParts[i], IsRpc, IsEncoded, isWrapped); 576MessageHeaderDescription header = message.Headers[i];
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (2)
125messageInfo.BodyParts[i] = CreatePartInfo(parts[i], dataContractFormatAttribute.Style, serializerFactory); 132MessageHeaderDescription headerDescription = messageDescription.Headers[i];
System\ServiceModel\Dispatcher\OperationFormatter.cs (3)
432MessagePropertyDescription propertyDescription = propertyDescriptions[i]; 453MessagePropertyDescription propertyDescription = propertyDescriptions[i]; 499MessageDescription message = operation.Messages[i];
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
45OperationDescription operation = description.Operations[i];
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
67ServiceEndpoint endpoint = description.Endpoints[i];
System\ServiceModel\Dispatcher\PeerValidationBehavior.cs (1)
81ServiceEndpoint endpoint = description.Endpoints[i];
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
189partInfos[i] = AddToDictionary(dictionary, parts[i], isRpc); 329if (!IsTypeSupported(bodyDescriptions[i]))
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (9)
149ServiceEndpoint endpoint = description.Endpoints[i]; 209BindingElement element = elements[i]; 285ServiceEndpoint endpoint = description.Endpoints[i]; 292OperationDescription operation = endpoint.Contract.Operations[j]; 365ServiceEndpoint endpoint = description.Endpoints[i]; 913OperationDescription operation = contract.Operations[i]; 932ServiceEndpoint endpoint = description.Endpoints[i]; 986ServiceEndpoint endpoint = description.Endpoints[i]; 1056OperationDescription operation = endpoint.Contract.Operations[i];
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (6)
35OperationDescription operationDescription = endpoint.Contract.Operations[i]; 131ServiceEndpoint endpoint = service.Endpoints[i]; 142OperationDescription operation = contract.Operations[j]; 260OperationDescription operation = endpoint.Contract.Operations[i]; 287if (HasTransactedOperations(service.Endpoints[i])) 299OperationDescription operation = endpoint.Contract.Operations[j];
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
330bodyParameters[paramIndex++] = parameters[bodyParts[i].Index]; 389parameters[bodyParts[i].Index] = bodyParameters[paramIndex++];
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
556results.Add(this.filters[matches[i]]);
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (2)
86this.matcher.Remove((XPathMessageQuery) this[index]); 97this.matcher.Remove((XPathMessageQuery) this[index]);
System\ServiceModel\KeyedByTypeCollection.cs (1)
45TItem settings = this[i];
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (1)
69ServiceEndpoint endpoint = description.Endpoints[i];
System\ServiceModel\MustUnderstandSoapException.cs (2)
54headers.Add(new NotUnderstoodHeader(notUnderstoodHeaders[i].Name, notUnderstoodHeaders[i].Namespace));
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
119SecurityContextSecurityToken signingSct = (securityHeader.EndorsingSupportingTokens[i] as SecurityContextSecurityToken);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
170if (channelParameters[i] is SspiIssuanceChannelParameter) 172return (SspiIssuanceChannelParameter)channelParameters[i];
System\ServiceModel\Security\SecureConversationServiceCredential.cs (1)
33this.securityContextClaimTypes.Add(other.securityContextClaimTypes[i]);
System\ServiceModel\Security\SecurityMessageProperty.cs (5)
184result.OutgoingSupportingTokens.Add(this.outgoingSupportingTokens[i]); 192result.IncomingSupportingTokens.Add(this.incomingSupportingTokens[i]); 286SecurityContextSecurityToken sct = this.incomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken; 292SecurityTokenAttachmentMode attachmentMode = this.incomingSupportingTokens[i].SecurityTokenAttachmentMode; 300AddAuthorizationPolicies(this.incomingSupportingTokens[i], policies);
System\ServiceModel\Security\SecurityProtocol.cs (9)
217SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.Endorsing[i], SecurityTokenAttachmentMode.Endorsing); 229SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.Endorsing, supportingTokenParameters.Endorsing[i]); 242SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.SignedEndorsing[i], SecurityTokenAttachmentMode.SignedEndorsing); 254SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i]); 267SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.SignedEncrypted[i], SecurityTokenAttachmentMode.SignedEncrypted); 279SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i]); 292SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.Signed[i], SecurityTokenAttachmentMode.Signed); 304SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i]); 563SupportingTokenSpecification spec = supportingTokensProperty.OutgoingSupportingTokens[i];
System\ServiceModel\Security\SecurityProtocolFactory.cs (8)
911SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.Endorsing[i], SecurityTokenAttachmentMode.Endorsing); 916SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.Endorsing, supportingTokenParameters.Endorsing[i], isOptional); 929SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.SignedEndorsing[i], SecurityTokenAttachmentMode.SignedEndorsing); 934SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i], isOptional); 947SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.SignedEncrypted[i], SecurityTokenAttachmentMode.SignedEncrypted); 952SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i], isOptional); 965SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.Signed[i], SecurityTokenAttachmentMode.Signed); 970SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i], isOptional);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (13)
748if (supportingTokenProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode != SecurityTokenAttachmentMode.Endorsing 749&& supportingTokenProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode != SecurityTokenAttachmentMode.SignedEndorsing) 753SecurityContextSecurityToken sct = supportingTokenProperty.IncomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken; 756return supportingTokenProperty.IncomingSupportingTokens[i]; 855if (security.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing 856|| security.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEncrypted 857|| security.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 859AddTokenToRemoveIfRequired(security.IncomingSupportingTokens[i].SecurityToken, securityContextTokensToRemove); 869sctCaches[j].RemoveContext(securityContextTokensToRemove[i].ContextId, securityContextTokensToRemove[i].KeyGeneration); 981if (securityProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing) 983sct = securityProperty.IncomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1375if (securityProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing) 1377sct = (securityProperty.IncomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken);
System\ServiceModel\Security\SecurityUtils.cs (1)
1431SupportingTokenSpecification supportingTokenSpecification = messageProperty.IncomingSupportingTokens[i];
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (28)
308this.AdditionalRequestParameters.Add(unknownRequestParameters[i]); 404if (driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithm)) 406encryptionAlgorithmElement = tmpCollection[i]; 408else if (driver.IsCanonicalizationAlgorithmElement(tmpCollection[i], out algorithm)) 410canonicalizationAlgorithmElement = tmpCollection[i]; 412else if (driver.IsKeyWrapAlgorithmElement(tmpCollection[i], out algorithm)) 414keyWrapAlgorithmElement = tmpCollection[i]; 416else if (((WSTrustDec2005.DriverDec2005)driver).IsSecondaryParametersElement(tmpCollection[i])) 418secondaryParameter = tmpCollection[i]; 483if (trustFeb2005Driver.IsSignWithElement(tmpCollection[i], out algorithmParameter)) 487else if (trustFeb2005Driver.IsEncryptWithElement(tmpCollection[i], out algorithmParameter)) 491else if (trustFeb2005Driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithmParameter)) 495else if (trustFeb2005Driver.IsCanonicalizationAlgorithmElement(tmpCollection[i], out algorithmParameter)) 573childrenToPromote.Remove(processedElements[i]); 584if (trust13Driver.IsSignWithElement(tmpCollection[i], out algorithmParameter)) 588else if (trust13Driver.IsEncryptWithElement(tmpCollection[i], out algorithmParameter)) 592else if (trust13Driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithmParameter) && (encryptionElement != null)) 597else if (trust13Driver.IsCanonicalizationAlgorithmElement(tmpCollection[i], out algorithmParameter) && (canonicalizationElement != null)) 602else if (trust13Driver.IsKeyWrapAlgorithmElement(tmpCollection[i], out algorithmParameter) && (keyWrapAlgorithmElement == null)) 604keyWrapAlgorithmElement = tmpCollection[i]; 606else if (trust13Driver.TryParseRequiredClaimsElement(tmpCollection[i], out reqClaims) && (requiredClaimsElement != null)) 629tmpCollection.Add(childrenToPromote[i]); 643if ((collection[i] != null) && (collection[i].NamespaceURI == trustNamespace)) 745XmlElement element = trustVersionNormalizedParameterCollection[i]; 939sb.AppendLine(" " + bindingElements[i].ToString().Trim().Replace("\n", "\n ")); 952sb.AppendLine(String.Format(CultureInfo.InvariantCulture, " {0}, optional={1}", this.claimTypeRequirements[i].ClaimType, this.claimTypeRequirements[i].IsOptional));
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (6)
631if (this.StandardsManager.TrustDriver.TryParseKeyTypeElement(this.requestProperties[i], out keyType)) 647if (this.StandardsManager.TrustDriver.TryParseKeySizeElement(this.requestProperties[i], out keySize)) 678if (this.StandardsManager.TrustDriver.IsAppliesTo(this.requestProperties[i].LocalName, this.requestProperties[i].NamespaceURI)) 812if (channelParameters[i] is SspiIssuanceChannelParameter) 897newRequestProperties.Add(this.requestProperties[i]);
System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs (4)
122sb.AppendLine(" " + this.endorsing[k].ToString().Trim().Replace("\n", "\n ")); 131sb.AppendLine(" " + this.signed[k].ToString().Trim().Replace("\n", "\n ")); 140sb.AppendLine(" " + this.signedEncrypted[k].ToString().Trim().Replace("\n", "\n ")); 149sb.AppendLine(" " + this.signedEndorsing[k].ToString().Trim().Replace("\n", "\n "));
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
2954MetadataConversionError error = wsdlImporter.Errors[i]; 3001OperationDescription operation = contract.Operations[j]; 3006MessageDescription message = operation.Messages[k];
System\ServiceModel\Security\WSTrustDec2005.cs (2)
121result.Endpoint.Behaviors.Add(channelBehaviors[i]); 142secondaryParamElement.AppendChild(originalRequestParameters[i]);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
258result.Endpoint.Behaviors.Add(channelBehaviors[i]);
System\ServiceModel\ServiceHost.cs (3)
1791ContractDescription contract = this.reflectedContracts[i]; 1797ContractDescription otherContract = this.reflectedContracts[j]; 2006ContractDescription inheritedContract = inheritedContracts[j];
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
418SyndicationPerson p = authors[i]; 427SyndicationPerson p = contributors[i]; 448SyndicationPerson p = authors[i]; 462SyndicationPerson p = contributors[i]; 1199WriteCategory(writer, categories[i], this.Version); 1253WriteLink(writer, feed.Links[i], feed.BaseUri); 1290WriteLink(dictWriter, item.Links[i], item.BaseUri);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
421Atom10FeedFormatter.WriteCategory(writer, categories.Categories[i], version); 737writer.WriteElementString(App10Constants.Prefix, App10Constants.Accept, App10Constants.Namespace, collection.Accepts[i]); 741WriteCategories(writer, collection.Categories[i], baseUri, this.Version); 764WriteWorkspace(writer, this.Document.Workspaces[i], baseUri); 785WriteCollection(writer, workspace.Collections[i], baseUri);
System\ServiceModel\Syndication\FeedUtils.cs (3)
34result.Add(categories[i].Clone()); 48result.Add(links[i].Clone()); 62result.Add(persons[i].Clone());
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (16)
1104if (this.Feed.Links[i].RelationshipType == Atom10Constants.AlternateTag) 1106alternateLink = this.Feed.Links[i]; 1156WriteCategory(writer, this.Feed.Categories[i]); 1196if (this.Feed.Links[i].RelationshipType == Atom10Constants.AlternateTag && isFirstAlternateLink) 1201this.atomSerializer.WriteLink(writer, this.Feed.Links[i], this.Feed.BaseUri); 1234if (item.Links[i].RelationshipType == Atom10Constants.AlternateTag) 1238firstAlternateLink = item.Links[i]; 1240if (guid == FeedUtils.GetUriString(item.Links[i].Uri)) 1288WriteCategory(writer, item.Categories[i]); 1322if (item.SourceFeed.Links[i].RelationshipType == Atom10Constants.SelfTag) 1324selfLink = item.SourceFeed.Links[i]; 1348if (item.Links[i].RelationshipType == Rss20Constants.EnclosureTag) 1352firstEnclosureLink = item.Links[i]; 1353WriteMediaEnclosure(writer, item.Links[i], item.BaseUri); 1357else if (item.Links[i].RelationshipType == Atom10Constants.AlternateTag) 1367this.atomSerializer.WriteLink(writer, item.Links[i], item.BaseUri);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (5)
218this[i].WriteTo(writer); 258if (extensionName != this[i].OuterName || extensionNamespace != this[i].OuterNamespace) 264results.Add(this[i].GetObject<TExtension>(dcSerializer)); 268results.Add(this[i].GetObject<TExtension>(xmlSerializer));
System\UriTemplate.cs (3)
546this.segments[i].Lookup(result.RelativePathSegments[i], result.BoundVariables); 1720remainingPath.AppendFormat("{0}/", relativePathSegments[i]); 1724remainingPath.Append(relativePathSegments[i]);
System\UriTemplateMatch.cs (1)
168this.wildcardPathSegments.Add(this.RelativePathSegments[i]);
System\UriTemplateTable.cs (2)
514if (fastPathRelativePathSegments[i] != slowPathRelativePathSegments[i])
System\UriTemplateTrieNode.cs (2)
726if (subItems[i].Segment.IsEquivalentTo(segment, false)) 728return subItems[i].Value;
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
153FaultDescription targetFault = targetOperation.Faults[index];
System\ServiceModel\Activities\FromReply.cs (1)
119OutArgument outArgument = this.parameters[i];
System\ServiceModel\Activities\FromRequest.cs (1)
107OutArgument outArgument = this.parameters[i];
System\ServiceModel\Activities\Receive.cs (3)
317CorrelationInitializer newCorr = this.CorrelationInitializers[i]; 318CorrelationInitializer oldCorr = originalCorrelationInitializers[i]; 365CorrelationInitializer initializer = this.correlationInitializers[i];
System\ServiceModel\Activities\ReceiveReply.cs (1)
141CorrelationInitializer initializer = this.correlationInitializers[i];
System\ServiceModel\Activities\Send.cs (1)
281CorrelationInitializer initializer = this.correlationInitializers[i];
System\ServiceModel\Activities\SendReply.cs (1)
143CorrelationInitializer initializer = this.correlationInitializers[i];
System\ServiceModel\Activities\ToReply.cs (2)
240Fx.Assert(this.Parameters[i] != null, "Parameter cannot be null"); 241inObjects[i] = this.parameters[i].Get(context);
System\ServiceModel\Activities\ToRequest.cs (2)
98Fx.Assert(this.parameters[i] != null, "Parameter should not be null"); 99inObjects[i] = this.parameters[i].Get(context);
System.ServiceModel.Discovery (10)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (2)
55AnnouncementClient announcementClient = new AnnouncementClient(endpoints[i]); 63endpoints[i].MaxAnnouncementDelay,
System\ServiceModel\Discovery\AnnouncementSendsAsyncResult.cs (3)
40OperationContext.Current.OutgoingMessageHeaders.MessageId = this.messageIds[index]; 44return this.announcementClient.BeginAnnounceOnline(this.publishedEndpoints[index], callback, state); 48return this.announcementClient.BeginAnnounceOffline(this.publishedEndpoints[index], callback, state);
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
489this.currentEndpointDiscoveryMetadata.ListenUris[index++]);
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (1)
362this.redirectionEndpoints[index],
System\ServiceModel\Discovery\ResolveDuplexAsyncResult.cs (1)
302this.redirectionEndpoints[index],
System\ServiceModel\Discovery\SerializationUtility.cs (2)
194writer.WriteString(uris[i].GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped)); 198writer.WriteString(uris[uris.Count - 1].GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped));
System.ServiceModel.Web (11)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (2)
117MessagePartDescription messagePart = requestMessage.Body.Parts[p]; 144serviceData.ProcessClientType(operation.KnownTypes[t], false, true);
System\ServiceModel\Description\WebHttpBehavior.cs (8)
836MessagePartDescription copy = bodyParameters[i].Clone(); 919operationDescription.Messages[0].Body.Parts.Add(parts[i]); 920parts[i].Index = newIndex++; 928operationDescription.Messages[0].Body.Parts.Add(originalParts[i]); 991if (typeof(Stream) == message.Body.Parts[i].Type) 993type = message.Body.Parts[i].Type; 1010if (typeof(Stream) == message.Body.Parts[i].Type) 1012throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR2.GetString(SR2.NoOutOrRefStreamParametersAllowed, message.Body.Parts[i].Name, declaringOperation.Name, declaringOperation.DeclaringContract.Name)));
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
153MessagePartDescription mpd = operationDescription.Messages[0].Body.Parts[i];
System.Web (2)
ModelBinding\ModelBinderProviderCollection.cs (1)
58if (!ShouldProviderGoFirst(this[i])) {
Routing\RouteCollection.cs (1)
343RouteBase route = this[index];
System.Web.DataVisualization (242)
Common\Annotation\AnnotationBase.cs (1)
3287dataPoint = Chart.Series[seriesName].Points[index];
Common\Annotation\AnnotationCollection.cs (1)
265ChartArea chartArea = Chart.ChartAreas[areaIndex];
Common\Annotation\PolygonAnnotation.cs (3)
1515points[index] = new PointF(this[index].X, this[index].Y); 1516types[index] = this[index].PointType;
Common\ChartTypes\BarChart.cs (9)
1241 if( !series.Points[indx].IsEmpty ) 1243 previousPoint = series.Points[indx].YValues[yValueIndex]; 1253 if( !series.Points[indx].IsEmpty ) 1255 nextPoint = series.Points[indx].YValues[yValueIndex]; 1284 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1290 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1291 return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\BoxPlotChart.cs (2)
1568 boxPlotSeries.Points[pointIndex++][CustomPropertyName.BoxPlotSeries] = val.Trim(); 1575 DataPoint point = boxPlotSeries.Points[pointIndex];
Common\ChartTypes\ColumnChart.cs (1)
623 if( series.Points[pointIndex].YValues[0] >= 0 )
Common\ChartTypes\FunnelChart.cs (12)
558 height = (float)(plotAreaHeightAbs * (GetXValue(series.Points[pointIndex]) / this._xValueTotal)); 566 startWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex-1], pointIndex-1) / this._yValueMax)); 567 endWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex], pointIndex) / this._yValueMax)); 577 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 617 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs); 1387 DataPoint point = series.Points[pointIndex]; 1417 series.Points[pointIndex-1].Color.A != 255) 1432 series.Points[pointIndex-1].Color.A != 255) 1455 else if(series.Points[pointIndex+1].Color.A != 255) 2637 double yValue = GetYValue(series.Points[loop], loop); 2924 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 2965 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs);
Common\ChartTypes\KagiChart.cs (3)
412 series.Points[series.Points.Count - 1].YValues[0] = 414 series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture); 415series.Points[series.Points.Count - 1].Tag = dataPoint;
Common\ChartTypes\LineChart.cs (6)
526 DataPoint nextPoint = ser.Points[index + 1]; 1104 double current = GetYValue(Common, Area, series, series.Points[pointIndex], pointIndex, 0); 1110 previous = GetYValue(Common, Area, series, series.Points[pointIndex-1], pointIndex-1, 0); 1113 next = GetYValue(Common, Area, series, series.Points[pointIndex+1], pointIndex+1, 0); 1126 previous = GetYValue(Common, Area, series, series.Points[pointIndex-1], pointIndex-1, 0); 1139 next = GetYValue(Common, Area, series, series.Points[pointIndex + 1], pointIndex + 1, 0);
Common\ChartTypes\PieChart.cs (1)
384 DataPoint dataPoint = series.Points[dataPointIndex];
Common\ChartTypes\PointAndFigureChart.cs (6)
604series.Points[series.Points.Count - 1].YValues[0] -= numberOfBricks * boxSize; 634series.Points[series.Points.Count - 1].YValues[1] += numberOfBricks * boxSize; 649series.Points[series.Points.Count - 1].YValues[1] += numberOfBricks * boxSize; 651 series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture); 655series.Points[series.Points.Count - 1].YValues[0] -= numberOfBricks * boxSize; 657series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
Common\ChartTypes\PointChart.cs (9)
1575 if( !series.Points[indx].IsEmpty ) 1577 previousPoint = series.Points[indx].YValues[YValueIndex]; 1587 if( !series.Points[indx].IsEmpty ) 1589 nextPoint = series.Points[indx].YValues[YValueIndex]; 1618 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1624 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1625return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\RadarChart.cs (17)
425 if(ser.Points[secondPointIndex].IsEmpty) 427 pointAttributes = ser.Points[secondPointIndex]; 443 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 524 if(ser.Points[secondPointIndex].IsEmpty) 526 pointAttributes = ser.Points[secondPointIndex]; 542 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 1471 if( !series.Points[indx].IsEmpty ) 1473 previousPoint = series.Points[indx].YValues[0]; 1483 if( !series.Points[indx].IsEmpty ) 1485 nextPoint = series.Points[indx].YValues[0]; 1514 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1520 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1521 return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\RangeChart.cs (6)
494 double xValue = (indexedSeries) ? pointIndex + 1 : series.Points[pointIndex].XValue; 495 double xPrevValue = (indexedSeries) ? pointIndex : series.Points[pointIndex - 1].XValue; 498 series.Points[pointIndex-1].YValues[1] < vAxisMin || series.Points[pointIndex-1].YValues[1] > vAxisMax || 499 series.Points[pointIndex].YValues[1] < vAxisMin || series.Points[pointIndex].YValues[1] > vAxisMax )
Common\ChartTypes\StackedAreaChart.cs (10)
186 _totalPerPoint[index] += Math.Abs(ser.Points[index].YValues[0]); 251 yValue = (ser.Points[pointIndex].YValues[0] / _totalPerPoint[pointIndex]) * 100.0; 291 prevPositionX = ser.Points[pointIndex].XValue; 594double xPrevValue = (indexedSeries) ? (index) : ser.Points[index - 1].XValue; 1231 DataPointCustomProperties pointProperties = ser.Points[secondPoint.index - 1]; 1232 if(ser.Points[secondPoint.index - 1].IsEmpty) 1272pointProperties = ser.Points[secondPoint.index - 1]; 1273 if(ser.Points[secondPoint.index - 1].IsEmpty) 1628 yValue = ser.Points[pointIndex].YValues[0]; 1661 prevPositionX = ser.Points[pointIndex].XValue;
Common\ChartTypes\StackedBarChart.cs (13)
172 totals[index] += Math.Abs(ser.Points[index].YValues[0]); 255 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 266 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 539 Series ser = common.DataManager.Series[seriesIndex]; 569 Series ser = common.DataManager.Series[seriesIndex]; 991 Series ser = common.DataManager.Series[seriesIndex]; 1304 yValue = ser.Points[pointIndex].YValues[0]; 1308 yValue = ser.Points[pointIndex].YValues[0]; 1429 Series currentSeries = common.DataManager.Series[seriesIndex]; 1436 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1452 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1487 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1503 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0)
Common\ChartTypes\StackedColumnChart.cs (13)
165 totals[index] += Math.Abs(ser.Points[index].YValues[0]); 250 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 261 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 546 Series ser = common.DataManager.Series[seriesIndex]; 576 Series ser = common.DataManager.Series[seriesIndex]; 997 Series ser = common.DataManager.Series[seriesIndex]; 1347 yValue = ser.Points[pointIndex].YValues[0]; 1351 yValue = ser.Points[pointIndex].YValues[0]; 1471 Series currentSeries = common.DataManager.Series[seriesIndex]; 1478 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1494 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1529 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1546 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0)
Common\ChartTypes\StepLineChart.cs (1)
197 series.Points[pointIndex - 1],
Common\DataManager\DataManager.cs (29)
142 Series series = this.Series[index]; 195 Series series = this.Series[index]; 634 if(this._series[seriesName].Points[pointIndex].YValues[valueIndex] > 0) 636 stackedMax += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 641 noStackedMax = Math.Max(noStackedMax,this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 675if (chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 683stackedMax += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 689noStackedMax = Math.Max(noStackedMax, this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 715if (this._series[seriesName].Points[pointIndex].XValue > 0) 717doubleIndexValue += this._series[seriesName].Points[pointIndex].XValue; 860 if( !chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 865 if(this._series[seriesName].Points[pointIndex].YValues[valueIndex] < 0) 867 stackedMin += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 872 noStackedMin = Math.Min(noStackedMin,this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 879 stackedMin = this._series[series[0]].Points[this._series[series[0]].Points.Count - 1].YValues[valueIndex]; 911if (chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 918if (this._series[seriesName].Points[pointIndex].YValues[valueIndex] < 0) 920stackedMin += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 927noStackedMin = Math.Min(noStackedMin, this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 951 if(this._series[seriesName].Points[pointIndex].XValue < 0) 953 doubleIndexValue += this._series[seriesName].Points[pointIndex].XValue; 992 totalPerPoint += Math.Abs(ser.Points[pointIndex].YValues[0]); 996 totalPerPoint += ser.Points[pointIndex].YValues[0]; 999 if(ser.Points[pointIndex].YValues[0] > 0 || supportNegative == false) 1001 positiveTotalPerPoint += ser.Points[pointIndex].YValues[0]; 1052 totalPerPoint += Math.Abs(ser.Points[pointIndex].YValues[0]); 1056 totalPerPoint += ser.Points[pointIndex].YValues[0]; 1059 if(ser.Points[pointIndex].YValues[0] < 0 || supportNegative == false) 1061 negativeTotalPerPoint += ser.Points[pointIndex].YValues[0];
Common\DataManager\DataPoint.cs (5)
1553DataPoint point = this[i]; 1572DataPoint point = this[i]; 1608DataPoint point = this[i]; 1660DataPoint point = this[i]; 1716DataPoint point = this[i];
Common\DataManager\DataSeries.cs (2)
1269 keywordValue = this.Points[this.Points.Count - 1].YValues[yValueIndex]; 1430toSeries.Points[index].positionRel = dp.positionRel;
Common\General\Axis.cs (2)
4083 removedLabels.Add(this.CustomLabels[this.CustomLabels.Count - 1]); 4718CustomLabel label = labels[longestLabelIndex];
Common\General\AxisLabels.cs (3)
324 if( CustomLabels[index].RowIndex == 0 ) 507 while( CustomLabels[pointIndx].RowIndex > 0 ) 517 CustomLabels[pointIndx].Text = dataPoint.AxisLabel;
Common\General\BaseCollections.cs (5)
180this.Deinitialize(this[index]); 181this[index].Parent = null; 306return this[index]; 481ChartNamedElement removedElement = index<Count ? this[index] : null; 496ChartNamedElement removedElement = index < Count ? this[index] : null;
Common\General\Chart.cs (4)
1067 series.Points[index].XValue != index + 1) 1770 MapArea mapArea = this.MapAreas[index]; 3665if (!_mapAreas[index].IsCustom) 3667custCollection.Add(_mapAreas[index]);
Common\General\ChartArea.cs (7)
2908 axis.Title = this.AxisX.CustomLabels[sectorIndex].Text; 2909axis.TitleForeColor = this.AxisX.CustomLabels[sectorIndex].ForeColor; 2919 if(series.Points[sectorIndex].AxisLabel.Length > 0) 2921 axis.Title = series.Points[sectorIndex].AxisLabel; 3019if (series.ChartTypeName == this.Common.DataManager.Series[curentSeriesIndex].ChartTypeName) 3029if (this.Common.DataManager.Series[curentSeriesIndex].ChartType == SeriesChartType.Area || 3030this.Common.DataManager.Series[curentSeriesIndex].ChartType == SeriesChartType.SplineArea)
Common\General\ChartElement.cs (4)
1182 double xValue = series.Points[pointIndex].XValue; 1197 DateTime dateValue = DateTime.FromOADate(series.Points[pointIndex].XValue); 1258 if(series.Points[pointIndex].XValue >= xEndValue) 1260 if(series.Points[pointIndex].XValue > xEndValue && !forceIntIndex)
Common\General\DataManipulator.cs (29)
459 series[seriesIndex].Points.Insert(toIndex, series[seriesIndex].Points[toIndex + fromIndex]); 617 toX = ser.Points[ser.Points.Count - 1].XValue; 621 toX = Math.Max(toX, ser.Points[ser.Points.Count - 1].XValue); 696 if(ser.Points[pointIndex].XValue == currentPointValue) 703 if(ser.Points[pointIndex].XValue > currentPointValue) 1268 output[seriesIndex].Points[pointCount].IsEmpty = true; 1357 inputSeries[0].Points[pointIndex], 1376 output[seriesIndex].Points.Add(inputSeries[seriesIndex].Points[pointIndex].Clone()); 1387 output[seriesIndex].Points[pointIndex].IsEmpty = true; 1388 for(int valueIndex = 0; valueIndex < output[seriesIndex].Points[pointIndex].YValues.Length; valueIndex++) 1390 output[seriesIndex].Points[pointIndex].YValues[valueIndex] = 0.0; 2331 currentLabel = input.Points[pointIndex].AxisLabel; 2337 if(!endOfInterval && input.Points[pointIndex].AxisLabel != currentLabel) 2354 input.Points[pointIndex], 2367 (inputSeries[seriesIndex].Points[intervalFirstIndex].XValue + 2368 inputSeries[seriesIndex].Points[intervalLastIndex].XValue) / 2.0; 2373 inputSeries[seriesIndex].Points[intervalFirstIndex].XValue; 2378 inputSeries[seriesIndex].Points[intervalLastIndex].XValue; 2437 input.Points[pointIndex], 2595 if(input.Points[pointIndex].XValue < input.Points[pointIndex - 1].XValue) 2616 if(!endOfInterval && input.Points[pointIndex].XValue >= intervalTo) 2640 input.Points[pointIndex], 2724 input.Points[pointIndex], 2951 if(series.Points[secondPassIndex].IsEmpty && this.IsEmptyPointIgnored) 2957 if(!uniqueValues.Contains(series.Points[secondPassIndex].YValues[funcIndex-1])) 2959 uniqueValues.Add(series.Points[secondPassIndex].YValues[funcIndex-1]); 2978 if(series.Points[secondPassIndex].IsEmpty && this.IsEmptyPointIgnored) 2984 Math.Pow(series.Points[secondPassIndex].YValues[funcIndex-1] - average, 2);
Common\General\FormulaData.cs (12)
420double topXValue = series.Points[series.Points.Count - 1].XValue; 462if (outIndex < outputSeries.Points.Count && inputPoint.XValue == outputSeries.Points[outIndex].XValue) 464outputSeries.Points[outIndex].AxisLabel = inputPoint.AxisLabel; 544series.Points[pointIndex].Label = outputLabels[seriesIndex][pointIndex]; 549series.Points[pointIndex].IsEmpty = true; 551series.Points[pointIndex].YValues[valueIndex[seriesIndex] - 1] = outputValues[seriesIndex + 1][pointIndex]; 556if (series.Points[pointIndex].XValue != outputValues[0][pointIndex] && !_zeroXValues) 563series.Points[pointIndex].IsEmpty = true; 566series.Points[pointIndex].YValues[valueIndex[seriesIndex] - 1] = outputValues[seriesIndex + 1][pointIndex]; 571series.Points[pointIndex].Label = outputLabels[seriesIndex][pointIndex]; 1133if (series[seriesIndex].Points[pointIndex].XValue != series[seriesIndex + 1].Points[pointIndex].XValue)
Common\General\ImageMap.cs (1)
879 if(!this[index].IsCustom)
Common\General\Legend.cs (12)
726 LegendItem legendItem = this.legendItems[legendItemIndex]; 732 LegendCell legendCell = legendItem.Cells[cellIndex]; 756 LegendCell overlappedLegendCell = legendItem.Cells[cellIndex + spanIndex]; 1752 LegendItem legendItem = this.legendItems[legendItemIndex]; 1759 LegendCell legendCell = legendItem.Cells[cellIndex]; 1765 legendColumn = this.CellColumns[cellIndex]; 1888 LegendCellColumn legendColumn = this.CellColumns[currentSubColumn]; 2437 LegendItem legendItem = this.legendItems[itemIndex]; 2443 LegendCell legendCell = legendItem.Cells[cellIndex]; 2465 right = legendItem.Cells[index].cellPosition.Right; 4054 LegendCellColumn legendColumn = this.CellColumns[subColumnIndex]; 4153 LegendCellColumn legendColumn = this.CellColumns[subColumnIndex];
Common\General\LegendColumns.cs (6)
1580 !this.Legend.CellColumns[cellIndex].BackColor.IsEmpty) 1582 resultColor = this.Legend.CellColumns[cellIndex].BackColor; 1651 this.Legend.CellColumns[cellIndex].Font != null) 1653 cellFont = this.Legend.CellColumns[cellIndex].Font; 1883 !this.Legend.CellColumns[cellIndex].ForeColor.IsEmpty) 1885 return this.Legend.CellColumns[cellIndex].ForeColor;
Common\General\Selection.cs (6)
619((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 702((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 2219dataPoint = this.ChartControl.Series[region.SeriesName].Points[region.PointIndex]; 2336DataPoint dataPoint = chart.Series[seriesName].Points[pointIndex]; 2349DataPoint dataPoint = chart.Series[seriesName].Points[pointIndex]; 2600return series.Points[pointIndex];
Common\General\Statistics.cs (1)
360if (series.Points[pointIndex].IsEmpty)
System.Web.DynamicData (1)
DynamicData\DataControlReferenceCollection.cs (1)
46this[index].Owner = null;
System.Web.Extensions (3)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1392if (wsdlImportExtensions[i].GetType() == extensionType)
UI\UpdatePanelTriggerCollection.cs (2)
66this[index].SetOwner(null); 72this[index].SetOwner(null);
System.Windows.Forms.DataVisualization (237)
Common\Annotation\PolygonAnnotation.cs (3)
1515points[index] = new PointF(this[index].X, this[index].Y); 1516types[index] = this[index].PointType;
Common\ChartTypes\BarChart.cs (9)
1241 if( !series.Points[indx].IsEmpty ) 1243 previousPoint = series.Points[indx].YValues[yValueIndex]; 1253 if( !series.Points[indx].IsEmpty ) 1255 nextPoint = series.Points[indx].YValues[yValueIndex]; 1284 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1290 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1291 return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\BoxPlotChart.cs (2)
1568 boxPlotSeries.Points[pointIndex++][CustomPropertyName.BoxPlotSeries] = val.Trim(); 1575 DataPoint point = boxPlotSeries.Points[pointIndex];
Common\ChartTypes\ColumnChart.cs (1)
623 if( series.Points[pointIndex].YValues[0] >= 0 )
Common\ChartTypes\FunnelChart.cs (12)
558 height = (float)(plotAreaHeightAbs * (GetXValue(series.Points[pointIndex]) / this._xValueTotal)); 566 startWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex-1], pointIndex-1) / this._yValueMax)); 567 endWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex], pointIndex) / this._yValueMax)); 577 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 617 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs); 1387 DataPoint point = series.Points[pointIndex]; 1417 series.Points[pointIndex-1].Color.A != 255) 1432 series.Points[pointIndex-1].Color.A != 255) 1455 else if(series.Points[pointIndex+1].Color.A != 255) 2637 double yValue = GetYValue(series.Points[loop], loop); 2924 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 2965 series.Points[pointIndex].positionRel = Graph.GetRelativePoint(pointPositionAbs);
Common\ChartTypes\KagiChart.cs (3)
412 series.Points[series.Points.Count - 1].YValues[0] = 414 series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture); 415series.Points[series.Points.Count - 1].Tag = dataPoint;
Common\ChartTypes\LineChart.cs (6)
526 DataPoint nextPoint = ser.Points[index + 1]; 1104 double current = GetYValue(Common, Area, series, series.Points[pointIndex], pointIndex, 0); 1110 previous = GetYValue(Common, Area, series, series.Points[pointIndex-1], pointIndex-1, 0); 1113 next = GetYValue(Common, Area, series, series.Points[pointIndex+1], pointIndex+1, 0); 1126 previous = GetYValue(Common, Area, series, series.Points[pointIndex-1], pointIndex-1, 0); 1139 next = GetYValue(Common, Area, series, series.Points[pointIndex + 1], pointIndex + 1, 0);
Common\ChartTypes\PieChart.cs (1)
384 DataPoint dataPoint = series.Points[dataPointIndex];
Common\ChartTypes\PointAndFigureChart.cs (6)
604series.Points[series.Points.Count - 1].YValues[0] -= numberOfBricks * boxSize; 634series.Points[series.Points.Count - 1].YValues[1] += numberOfBricks * boxSize; 649series.Points[series.Points.Count - 1].YValues[1] += numberOfBricks * boxSize; 651 series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture); 655series.Points[series.Points.Count - 1].YValues[0] -= numberOfBricks * boxSize; 657series.Points[series.Points.Count - 1]["OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
Common\ChartTypes\PointChart.cs (9)
1575 if( !series.Points[indx].IsEmpty ) 1577 previousPoint = series.Points[indx].YValues[YValueIndex]; 1587 if( !series.Points[indx].IsEmpty ) 1589 nextPoint = series.Points[indx].YValues[YValueIndex]; 1618 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1624 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1625return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\RadarChart.cs (17)
425 if(ser.Points[secondPointIndex].IsEmpty) 427 pointAttributes = ser.Points[secondPointIndex]; 443 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 524 if(ser.Points[secondPointIndex].IsEmpty) 526 pointAttributes = ser.Points[secondPointIndex]; 542 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 1471 if( !series.Points[indx].IsEmpty ) 1473 previousPoint = series.Points[indx].YValues[0]; 1483 if( !series.Points[indx].IsEmpty ) 1485 nextPoint = series.Points[indx].YValues[0]; 1514 if( series.Points[nextIndx].XValue == series.Points[prevIndx].XValue ) 1520 double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].XValue - series.Points[prevIndx].XValue); 1521 return -aCoeff * (point.XValue - series.Points[prevIndx].XValue) + previousPoint;
Common\ChartTypes\RangeChart.cs (6)
494 double xValue = (indexedSeries) ? pointIndex + 1 : series.Points[pointIndex].XValue; 495 double xPrevValue = (indexedSeries) ? pointIndex : series.Points[pointIndex - 1].XValue; 498 series.Points[pointIndex-1].YValues[1] < vAxisMin || series.Points[pointIndex-1].YValues[1] > vAxisMax || 499 series.Points[pointIndex].YValues[1] < vAxisMin || series.Points[pointIndex].YValues[1] > vAxisMax )
Common\ChartTypes\StackedAreaChart.cs (10)
186 _totalPerPoint[index] += Math.Abs(ser.Points[index].YValues[0]); 251 yValue = (ser.Points[pointIndex].YValues[0] / _totalPerPoint[pointIndex]) * 100.0; 291 prevPositionX = ser.Points[pointIndex].XValue; 594double xPrevValue = (indexedSeries) ? (index) : ser.Points[index - 1].XValue; 1231 DataPointCustomProperties pointProperties = ser.Points[secondPoint.index - 1]; 1232 if(ser.Points[secondPoint.index - 1].IsEmpty) 1272pointProperties = ser.Points[secondPoint.index - 1]; 1273 if(ser.Points[secondPoint.index - 1].IsEmpty) 1628 yValue = ser.Points[pointIndex].YValues[0]; 1661 prevPositionX = ser.Points[pointIndex].XValue;
Common\ChartTypes\StackedBarChart.cs (13)
172 totals[index] += Math.Abs(ser.Points[index].YValues[0]); 255 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 266 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 539 Series ser = common.DataManager.Series[seriesIndex]; 569 Series ser = common.DataManager.Series[seriesIndex]; 991 Series ser = common.DataManager.Series[seriesIndex]; 1304 yValue = ser.Points[pointIndex].YValues[0]; 1308 yValue = ser.Points[pointIndex].YValues[0]; 1429 Series currentSeries = common.DataManager.Series[seriesIndex]; 1436 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1452 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1487 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1503 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0)
Common\ChartTypes\StackedColumnChart.cs (13)
165 totals[index] += Math.Abs(ser.Points[index].YValues[0]); 250 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 261 yValue = (ser.Points[pointIndex].YValues[0] / currentGroupTotalPerPoint[pointIndex]) * 100.0; 546 Series ser = common.DataManager.Series[seriesIndex]; 576 Series ser = common.DataManager.Series[seriesIndex]; 997 Series ser = common.DataManager.Series[seriesIndex]; 1347 yValue = ser.Points[pointIndex].YValues[0]; 1351 yValue = ser.Points[pointIndex].YValues[0]; 1471 Series currentSeries = common.DataManager.Series[seriesIndex]; 1478 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1494 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1529 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0) 1546 currentSeries.Points[pointEx.index - 1].YValues[0] != 0.0)
Common\ChartTypes\StepLineChart.cs (1)
197 series.Points[pointIndex - 1],
Common\DataManager\DataManager.cs (29)
142 Series series = this.Series[index]; 195 Series series = this.Series[index]; 634 if(this._series[seriesName].Points[pointIndex].YValues[valueIndex] > 0) 636 stackedMax += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 641 noStackedMax = Math.Max(noStackedMax,this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 675if (chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 683stackedMax += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 689noStackedMax = Math.Max(noStackedMax, this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 715if (this._series[seriesName].Points[pointIndex].XValue > 0) 717doubleIndexValue += this._series[seriesName].Points[pointIndex].XValue; 860 if( !chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 865 if(this._series[seriesName].Points[pointIndex].YValues[valueIndex] < 0) 867 stackedMin += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 872 noStackedMin = Math.Min(noStackedMin,this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 879 stackedMin = this._series[series[0]].Points[this._series[series[0]].Points.Count - 1].YValues[valueIndex]; 911if (chartType.StackSign || double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex])) 918if (this._series[seriesName].Points[pointIndex].YValues[valueIndex] < 0) 920stackedMin += this._series[seriesName].Points[pointIndex].YValues[valueIndex]; 927noStackedMin = Math.Min(noStackedMin, this._series[seriesName].Points[pointIndex].YValues[valueIndex]); 951 if(this._series[seriesName].Points[pointIndex].XValue < 0) 953 doubleIndexValue += this._series[seriesName].Points[pointIndex].XValue; 992 totalPerPoint += Math.Abs(ser.Points[pointIndex].YValues[0]); 996 totalPerPoint += ser.Points[pointIndex].YValues[0]; 999 if(ser.Points[pointIndex].YValues[0] > 0 || supportNegative == false) 1001 positiveTotalPerPoint += ser.Points[pointIndex].YValues[0]; 1052 totalPerPoint += Math.Abs(ser.Points[pointIndex].YValues[0]); 1056 totalPerPoint += ser.Points[pointIndex].YValues[0]; 1059 if(ser.Points[pointIndex].YValues[0] < 0 || supportNegative == false) 1061 negativeTotalPerPoint += ser.Points[pointIndex].YValues[0];
Common\DataManager\DataPoint.cs (5)
1553DataPoint point = this[i]; 1572DataPoint point = this[i]; 1608DataPoint point = this[i]; 1660DataPoint point = this[i]; 1716DataPoint point = this[i];
Common\DataManager\DataSeries.cs (2)
1269 keywordValue = this.Points[this.Points.Count - 1].YValues[yValueIndex]; 1430toSeries.Points[index].positionRel = dp.positionRel;
Common\General\Axis.cs (2)
4083 removedLabels.Add(this.CustomLabels[this.CustomLabels.Count - 1]); 4718CustomLabel label = labels[longestLabelIndex];
Common\General\AxisLabels.cs (3)
324 if( CustomLabels[index].RowIndex == 0 ) 507 while( CustomLabels[pointIndx].RowIndex > 0 ) 517 CustomLabels[pointIndx].Text = dataPoint.AxisLabel;
Common\General\BaseCollections.cs (5)
180this.Deinitialize(this[index]); 181this[index].Parent = null; 306return this[index]; 481ChartNamedElement removedElement = index<Count ? this[index] : null; 496ChartNamedElement removedElement = index < Count ? this[index] : null;
Common\General\Chart.cs (4)
1067 series.Points[index].XValue != index + 1) 1770 MapArea mapArea = this.MapAreas[index]; 3665if (!_mapAreas[index].IsCustom) 3667custCollection.Add(_mapAreas[index]);
Common\General\ChartArea.cs (7)
2908 axis.Title = this.AxisX.CustomLabels[sectorIndex].Text; 2909axis.TitleForeColor = this.AxisX.CustomLabels[sectorIndex].ForeColor; 2919 if(series.Points[sectorIndex].AxisLabel.Length > 0) 2921 axis.Title = series.Points[sectorIndex].AxisLabel; 3019if (series.ChartTypeName == this.Common.DataManager.Series[curentSeriesIndex].ChartTypeName) 3029if (this.Common.DataManager.Series[curentSeriesIndex].ChartType == SeriesChartType.Area || 3030this.Common.DataManager.Series[curentSeriesIndex].ChartType == SeriesChartType.SplineArea)
Common\General\ChartElement.cs (4)
1182 double xValue = series.Points[pointIndex].XValue; 1197 DateTime dateValue = DateTime.FromOADate(series.Points[pointIndex].XValue); 1258 if(series.Points[pointIndex].XValue >= xEndValue) 1260 if(series.Points[pointIndex].XValue > xEndValue && !forceIntIndex)
Common\General\DataManipulator.cs (29)
459 series[seriesIndex].Points.Insert(toIndex, series[seriesIndex].Points[toIndex + fromIndex]); 617 toX = ser.Points[ser.Points.Count - 1].XValue; 621 toX = Math.Max(toX, ser.Points[ser.Points.Count - 1].XValue); 696 if(ser.Points[pointIndex].XValue == currentPointValue) 703 if(ser.Points[pointIndex].XValue > currentPointValue) 1268 output[seriesIndex].Points[pointCount].IsEmpty = true; 1357 inputSeries[0].Points[pointIndex], 1376 output[seriesIndex].Points.Add(inputSeries[seriesIndex].Points[pointIndex].Clone()); 1387 output[seriesIndex].Points[pointIndex].IsEmpty = true; 1388 for(int valueIndex = 0; valueIndex < output[seriesIndex].Points[pointIndex].YValues.Length; valueIndex++) 1390 output[seriesIndex].Points[pointIndex].YValues[valueIndex] = 0.0; 2331 currentLabel = input.Points[pointIndex].AxisLabel; 2337 if(!endOfInterval && input.Points[pointIndex].AxisLabel != currentLabel) 2354 input.Points[pointIndex], 2367 (inputSeries[seriesIndex].Points[intervalFirstIndex].XValue + 2368 inputSeries[seriesIndex].Points[intervalLastIndex].XValue) / 2.0; 2373 inputSeries[seriesIndex].Points[intervalFirstIndex].XValue; 2378 inputSeries[seriesIndex].Points[intervalLastIndex].XValue; 2437 input.Points[pointIndex], 2595 if(input.Points[pointIndex].XValue < input.Points[pointIndex - 1].XValue) 2616 if(!endOfInterval && input.Points[pointIndex].XValue >= intervalTo) 2640 input.Points[pointIndex], 2724 input.Points[pointIndex], 2951 if(series.Points[secondPassIndex].IsEmpty && this.IsEmptyPointIgnored) 2957 if(!uniqueValues.Contains(series.Points[secondPassIndex].YValues[funcIndex-1])) 2959 uniqueValues.Add(series.Points[secondPassIndex].YValues[funcIndex-1]); 2978 if(series.Points[secondPassIndex].IsEmpty && this.IsEmptyPointIgnored) 2984 Math.Pow(series.Points[secondPassIndex].YValues[funcIndex-1] - average, 2);
Common\General\FormulaData.cs (12)
420double topXValue = series.Points[series.Points.Count - 1].XValue; 462if (outIndex < outputSeries.Points.Count && inputPoint.XValue == outputSeries.Points[outIndex].XValue) 464outputSeries.Points[outIndex].AxisLabel = inputPoint.AxisLabel; 544series.Points[pointIndex].Label = outputLabels[seriesIndex][pointIndex]; 549series.Points[pointIndex].IsEmpty = true; 551series.Points[pointIndex].YValues[valueIndex[seriesIndex] - 1] = outputValues[seriesIndex + 1][pointIndex]; 556if (series.Points[pointIndex].XValue != outputValues[0][pointIndex] && !_zeroXValues) 563series.Points[pointIndex].IsEmpty = true; 566series.Points[pointIndex].YValues[valueIndex[seriesIndex] - 1] = outputValues[seriesIndex + 1][pointIndex]; 571series.Points[pointIndex].Label = outputLabels[seriesIndex][pointIndex]; 1133if (series[seriesIndex].Points[pointIndex].XValue != series[seriesIndex + 1].Points[pointIndex].XValue)
Common\General\ImageMap.cs (1)
879 if(!this[index].IsCustom)
Common\General\Legend.cs (12)
726 LegendItem legendItem = this.legendItems[legendItemIndex]; 732 LegendCell legendCell = legendItem.Cells[cellIndex]; 756 LegendCell overlappedLegendCell = legendItem.Cells[cellIndex + spanIndex]; 1752 LegendItem legendItem = this.legendItems[legendItemIndex]; 1759 LegendCell legendCell = legendItem.Cells[cellIndex]; 1765 legendColumn = this.CellColumns[cellIndex]; 1888 LegendCellColumn legendColumn = this.CellColumns[currentSubColumn]; 2437 LegendItem legendItem = this.legendItems[itemIndex]; 2443 LegendCell legendCell = legendItem.Cells[cellIndex]; 2465 right = legendItem.Cells[index].cellPosition.Right; 4054 LegendCellColumn legendColumn = this.CellColumns[subColumnIndex]; 4153 LegendCellColumn legendColumn = this.CellColumns[subColumnIndex];
Common\General\LegendColumns.cs (6)
1580 !this.Legend.CellColumns[cellIndex].BackColor.IsEmpty) 1582 resultColor = this.Legend.CellColumns[cellIndex].BackColor; 1651 this.Legend.CellColumns[cellIndex].Font != null) 1653 cellFont = this.Legend.CellColumns[cellIndex].Font; 1883 !this.Legend.CellColumns[cellIndex].ForeColor.IsEmpty) 1885 return this.Legend.CellColumns[cellIndex].ForeColor;
Common\General\Selection.cs (3)
619((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 702((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 2600return series.Points[pointIndex];
Common\General\Statistics.cs (1)
360if (series.Points[pointIndex].IsEmpty)
System.Workflow.Activities (1)
Rules\Rule.cs (1)
168ValidationError oldError = errors[i];
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (1)
462ValidationError error = validationErrors[i] as ValidationError;
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
288ValidationError error = errors[i];
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
691ContractDescription inheritedContractDescription = inheritedContractDescriptions[j];
WindowsBase (2)
Base\System\ComponentModel\SortDescriptionCollection.cs (2)
89SortDescription removedItem = this[index]; 112SortDescription originalItem = this[index];