1 instantiation of PropertyRecord
PresentationFramework (1)
System\Windows\Documents\TextTreeUndo.cs (1)
62record = new PropertyRecord
13 references to PropertyRecord
PresentationFramework (13)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
404internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources, ContentContainer childContainer) 448private readonly PropertyRecord []_localValues; 460internal TableElementContentContainer(Table table, PropertyRecord []localValues, ContentContainer childContainer) :
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
97private readonly PropertyRecord []_localValues;
System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
25internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset, PropertyRecord propertyRecord) : base(tree, symbolOffset) 74private readonly PropertyRecord _propertyRecord;
System\Windows\Documents\TextTreeUndo.cs (1)
55PropertyRecord record;
System\Windows\Documents\TextTreeUndoUnit.cs (6)
129internal static PropertyRecord[] GetPropertyRecordArray(DependencyObject d) 132PropertyRecord[] records = new PropertyRecord[valuesEnumerator.Count]; 150PropertyRecord[] trimmedResult; 153trimmedResult = new PropertyRecord[count]; 169internal static LocalValueEnumerator ArrayToLocalValueEnumerator(PropertyRecord[] records)