13 references to Length
PresentationCore (4)
System\Windows\Nrbf\SerializationRecordExtensions.cs (4)
180
|| size > arrayRecord.
Length
)
270
|| keysRecord.
Length
!= valuesRecord.
Length
)
275
Hashtable temp = new(keysRecord.
Length
);
System.Formats.Nrbf (5)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
35
SerializationRecord?[] values = new SerializationRecord?[
Length
];
System\Formats\Nrbf\ArraySingleStringRecord.cs (1)
49
string?[] values = new string?[
Length
];
System\Formats\Nrbf\SZArrayOfRecords.cs (1)
41
SerializationRecord?[] result = new SerializationRecord?[
Length
];
System\Formats\Nrbf\SZArrayRecord.cs (2)
27
public override ReadOnlySpan<int> Lengths => new int[1] {
Length
};
38
/// Check the total length of the array by using <see cref="
Length
"/> property before calling this method,
System.Private.Windows.Core (4)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (4)
381
|| size > arrayRecord.
Length
)
481
|| keysRecord.
Length
!= valuesRecord.
Length
)
486
Hashtable temp = new(keysRecord.
Length
);