3 references to SystemResourceKeyBAMLIDExtendedEnd
PresentationFramework (3)
System\Windows\SystemResourceKey.cs (3)
347
private const short SystemResourceBAMLIDExtendedStart =
SystemResourceKeyBAMLIDExtendedEnd
;
348
private const short SystemResourceBAMLIDExtendedEnd = (short)(SystemResourceBAMLIDExtendedStart + (
SystemResourceKeyBAMLIDExtendedEnd
- SystemResourceKeyBAMLIDExtendedStart));
361
else if (bamlId > SystemResourceKeyBAMLIDExtendedStart && bamlId <
SystemResourceKeyBAMLIDExtendedEnd
)