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