2 references to ArraySize
PresentationFramework (2)
src\Framework\System\Windows\StyleHelper.cs (2)
1503Debug.Assert(dataType < InstanceStyleData.ArraySize, "Caller has queried using a value outside the range of the Enum. Bad caller, bad!"); 1509data = new HybridDictionary[(int)InstanceStyleData.ArraySize];