1 instantiation of LocalValueEntry
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
2257snapshot[count++] = new LocalValueEntry(dp, localValue);
21 references to LocalValueEntry
PresentationFramework (10)
src\Framework\MS\Internal\DataStreams.cs (2)
131LocalValueEntry localValueEntry = (LocalValueEntry)dpEnumerator.Current;
src\Framework\System\Windows\Data\BindingOperations.cs (1)
270LocalValueEntry entry = lve.Current;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
270LocalValueEntry property;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2240LocalValueEntry propertyEntry = properties.Current; 2276LocalValueEntry propertyEntry = properties.Current;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1095LocalValueEntry propertyEntry = properties.Current; 1592LocalValueEntry propertyEntry = contextualProperties.Current;
src\Framework\System\windows\Documents\TextSelection.cs (1)
1566LocalValueEntry propertyEntry = springloadFormattingValues.Current;
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
141LocalValueEntry propertyEntry = properties.Current;
WindowsBase (11)
Base\System\Windows\DependencyObject.cs (2)
2245LocalValueEntry[] snapshot = new LocalValueEntry[effectiveValuesCount];
Base\System\Windows\LocalValueEnumerator.cs (9)
67public LocalValueEntry Current 122internal LocalValueEnumerator(LocalValueEntry[] snapshot, int count) 130private LocalValueEntry[] _snapshot; 154LocalValueEntry other = (LocalValueEntry) obj; 163public static bool operator ==(LocalValueEntry obj1, LocalValueEntry obj2) 171public static bool operator !=(LocalValueEntry obj1, LocalValueEntry obj2)