8 references to SystemResourceKeyID
PresentationBuildTasks (8)
Framework\System\Windows\SystemResourceKey.cs (8)
304
private const short SystemResourceKeyIDStart = (short)
SystemResourceKeyID
.InternalSystemColorsStart;
305
private const short SystemResourceKeyIDEnd = (short)
SystemResourceKeyID
.InternalSystemThemeStylesEnd;
310
private const short SystemResourceKeyIDExtendedStart = (short)
SystemResourceKeyID
.InternalSystemColorsExtendedStart;
311
private const short SystemResourceKeyIDExtendedEnd = (short)
SystemResourceKeyID
.InternalSystemColorsExtendedEnd;
372
SystemResourceKeyID
srkId =
SystemResourceKeyID
.InternalSystemColorsStart;
394
srkId = (
SystemResourceKeyID
)Enum.Parse(typeof(
SystemResourceKeyID
), srkField);