7 references to ZIndexProperty
PresentationFramework (7)
System\Windows\Controls\Panel.cs (7)
41
_zConsonant = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
876
int zNew = (int)visualAdded.GetValue(
ZIndexProperty
);
918
element.SetValue(
ZIndexProperty
, value);
930
return ((int)element.GetValue(
ZIndexProperty
));
988
int zIndexDefaultValue = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
996
consonant = (int)_uiElementCollection[0].GetValue(
ZIndexProperty
);
1010
? (int)_uiElementCollection[i].GetValue(
ZIndexProperty
)