18 references to Current
PresentationFramework (16)
src\Framework\MS\Internal\DataStreams.cs (1)
131
LocalValueEntry localValueEntry = (LocalValueEntry)dpEnumerator.
Current
;
src\Framework\System\Windows\Data\BindingOperations.cs (1)
270
LocalValueEntry entry = lve.
Current
;
src\Framework\System\Windows\Documents\TextContainer.cs (2)
298
property = values.
Current
;
3261
properties[count++] = valuesEnumerator.
Current
.Property;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (3)
477
DependencyProperty property = properties.
Current
.Property;
485
inline.ClearValue(properties.
Current
.Property);
1807
hasLocalValues = !enumerator.
Current
.Property.ReadOnly;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2240
LocalValueEntry propertyEntry = properties.
Current
;
2276
LocalValueEntry propertyEntry = properties.
Current
;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
976
DependencyProperty locallySetProperty = (DependencyProperty)locallySetProperties.
Current
.Property;
1095
LocalValueEntry propertyEntry = properties.
Current
;
1592
LocalValueEntry propertyEntry = contextualProperties.
Current
;
src\Framework\System\windows\Documents\TextSelection.cs (1)
1566
LocalValueEntry propertyEntry = springloadFormattingValues.
Current
;
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
141
LocalValueEntry propertyEntry = properties.
Current
;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
147
DependencyProperty dp = valuesEnumerator.
Current
.Property;
src\Framework\System\Windows\TreeWalkHelper.cs (1)
710
ResourceReferenceExpression resource = localValues.
Current
.Value as ResourceReferenceExpression;
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
118
DependencyProperty dp = localEnum.
Current
.Property;
Base\System\Windows\LocalValueEnumerator.cs (1)
92
get { return
Current
; }