1 instantiation of PropertyRecord
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
69
record = new
PropertyRecord
();
13 references to PropertyRecord
PresentationFramework (13)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
430
internal ElementContentContainer(Type elementType,
PropertyRecord
[] localValues, ResourceDictionary resources, ContentContainer childContainer)
474
private readonly
PropertyRecord
[]_localValues;
486
internal TableElementContentContainer(Table table,
PropertyRecord
[]localValues, ContentContainer childContainer) :
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
104
private readonly
PropertyRecord
[]_localValues;
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
33
internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset,
PropertyRecord
propertyRecord) : base(tree, symbolOffset)
82
private readonly
PropertyRecord
_propertyRecord;
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
62
PropertyRecord
record;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (6)
138
internal static
PropertyRecord
[] GetPropertyRecordArray(DependencyObject d)
141
PropertyRecord
[] records = new
PropertyRecord
[valuesEnumerator.Count];
159
PropertyRecord
[] trimmedResult;
162
trimmedResult = new
PropertyRecord
[count];
178
internal static LocalValueEnumerator ArrayToLocalValueEnumerator(
PropertyRecord
[] records)