7 references to ZIndexProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Panel.cs (7)
50
_zConsonant = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
888
int zNew = (int)visualAdded.GetValue(
ZIndexProperty
);
933
element.SetValue(
ZIndexProperty
, value);
948
return ((int)element.GetValue(
ZIndexProperty
));
1006
int zIndexDefaultValue = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
1014
consonant = (int)_uiElementCollection[0].GetValue(
ZIndexProperty
);
1028
? (int)_uiElementCollection[i].GetValue(
ZIndexProperty
)