1 instantiation of LocalValueEntry
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
2257
snapshot[count++] = new
LocalValueEntry
(dp, localValue);
21 references to LocalValueEntry
PresentationFramework (10)
src\Framework\MS\Internal\DataStreams.cs (2)
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 (1)
270
LocalValueEntry
property;
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 (2)
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;
WindowsBase (11)
Base\System\Windows\DependencyObject.cs (2)
2245
LocalValueEntry
[] snapshot = new
LocalValueEntry
[effectiveValuesCount];
Base\System\Windows\LocalValueEnumerator.cs (9)
67
public
LocalValueEntry
Current
122
internal LocalValueEnumerator(
LocalValueEntry
[] snapshot, int count)
130
private
LocalValueEntry
[] _snapshot;
154
LocalValueEntry
other = (
LocalValueEntry
) obj;
163
public static bool operator ==(
LocalValueEntry
obj1,
LocalValueEntry
obj2)
171
public static bool operator !=(
LocalValueEntry
obj1,
LocalValueEntry
obj2)