1 instantiation of PropertyRecord
PresentationFramework (1)
System\Windows\Documents\TextTreeUndo.cs (1)
63
record = new
PropertyRecord
();
13 references to PropertyRecord
PresentationFramework (13)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
405
internal ElementContentContainer(Type elementType,
PropertyRecord
[] localValues, ResourceDictionary resources, ContentContainer childContainer)
449
private readonly
PropertyRecord
[]_localValues;
461
internal TableElementContentContainer(Table table,
PropertyRecord
[]localValues, ContentContainer childContainer) :
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
98
private readonly
PropertyRecord
[]_localValues;
System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
26
internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset,
PropertyRecord
propertyRecord) : base(tree, symbolOffset)
75
private readonly
PropertyRecord
_propertyRecord;
System\Windows\Documents\TextTreeUndo.cs (1)
56
PropertyRecord
record;
System\Windows\Documents\TextTreeUndoUnit.cs (6)
130
internal static
PropertyRecord
[] GetPropertyRecordArray(DependencyObject d)
133
PropertyRecord
[] records = new
PropertyRecord
[valuesEnumerator.Count];
151
PropertyRecord
[] trimmedResult;
154
trimmedResult = new
PropertyRecord
[count];
170
internal static LocalValueEnumerator ArrayToLocalValueEnumerator(
PropertyRecord
[] records)