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